AdoNetSqlConnectionManager

Namespace: Chimayo.Ssis.Ast.ControlFlowApi

API to work with ADO.NET connection managers

Functions and values

Function or valueDescription
addExpression targetProperty expr
Signature: targetProperty:string -> expr:string -> CfConnectionManager -> CfConnectionManager

Transform an ADO.NET connection manager definition by adding a property expression

addSqlServerConnectionStringExpression (...)
Signature: svr:'?8827 -> dbName:'?8828 -> upOption:(string * string) option -> appName:'?8829 -> CfConnectionManager -> CfConnectionManager
Type parameters: '?8827, '?8828, '?8829

Transform an ADO.NET connection manager definition by adding an expression for a SQL Server connection string

create name connectionString
Signature: name:string -> connectionString:string -> CfConnectionManager

Create a new instance of an ADO.NET connection manager definition

getConnectionString
Signature: CfConnectionManager -> string

Get the connection string

getDelayValidation
Signature: CfConnectionManager -> bool

Get the delay validation flag

getRetainConnections
Signature: CfConnectionManager -> bool

Get the retain connections flag

setConnectionString connectionString
Signature: connectionString:string -> CfConnectionManager -> CfConnectionManager

Set the connection string

setDelayValidation delayValidation
Signature: delayValidation:bool -> CfConnectionManager -> CfConnectionManager

Set the delay validation flag

setRetainConnections retainConnections
Signature: retainConnections:bool -> CfConnectionManager -> CfConnectionManager

Set the retain connections flag