CftPackage

Namespace: Chimayo.Ssis.Ast.ControlFlow

The top-level SSIS package type

Record Fields

Record FieldDescription
configurations
Signature: CfPackageConfiguration list
connectionManagers
Signature: CfConnectionManager list
creationDate
Signature: DateTimeOffset option
delayValidation
Signature: bool
disabled
Signature: bool
disableEventHandlers
Signature: bool
enableConfigurations
Signature: bool
executables
Signature: CftExecutable list
failOnErrorCountReaching
Signature: int
failParentOnFailure
Signature: bool
forcedExecutionResult
Signature: CfExecutableResult option
forcedExecutionValue
Signature: CfData option
isolationLevel
Signature: CfIsolationLevel
localeId
Signature: int
loggingOptions
Signature: CfLoggingOptions
logProviders
Signature: CfLogProvider list
maxConcurrentExecutables
Signature: int
name
Signature: string
propertyExpressions
Signature: CfPropertyExpressions
transactionOption
Signature: CfTransactionOption
variables
Signature: CfVariable list

Static members

Static memberDescription
Empty
Signature: CftPackage

Default empty package

CompiledName: get_Empty