Executable

Namespace: Chimayo.Ssis.Ast.ControlFlowApi

Functions and values

Function or valueDescription
addExecutable executable _arg1
Signature: executable:CftExecutable -> _arg1:CftExecutable -> CftExecutable
addExecutables
Signature: CftExecutable list -> CftExecutable -> CftExecutable
addPrecedenceConstraint (...)
Signature: requireAll:bool -> precConstraint:CfPrecedenceConstraint -> CftExecutable -> CftExecutable
addVariable variable
Signature: variable:CfVariable -> CftExecutable -> CftExecutable
addVariables
Signature: CfVariable list -> CftExecutable -> CftExecutable
clearExecutables task
Signature: task:CftExecutable -> CftExecutable
clearPrecedenceConstraints
Signature: CftExecutable -> CftExecutable
clearVariables
Signature: CftExecutable -> CftExecutable
configureLogging logSelections
Signature: logSelections:CfLogEventSettings list -> CftExecutable -> CftExecutable
createTaskBase name
Signature: name:string -> CftBase
getConstraints ex
Signature: ex:CftExecutable -> string * CfPrecedenceConstraints
getDelayValidation
Signature: CftExecutable -> bool
getDescription
Signature: CftExecutable -> string
getDisabled
Signature: CftExecutable -> bool
getDisableEventHandlers
Signature: CftExecutable -> bool
getExecutables _arg1
Signature: _arg1:CftExecutable -> CftExecutable list
getExpressions
Signature: CftExecutable -> CfPropertyExpressions
getFailOnErrorCountReaching
Signature: CftExecutable -> int
getFailPackageOnFailure
Signature: CftExecutable -> bool
getFailParentOnFailure
Signature: CftExecutable -> bool
getForcedExecutionResult
Signature: CftExecutable -> CfExecutableResult option
getForcedExecutionValue
Signature: CftExecutable -> CfData option
getIsolationLevel
Signature: CftExecutable -> CfIsolationLevel
getLocaleId
Signature: CftExecutable -> int
getLoggingOptions
Signature: CftExecutable -> CfLoggingOptions
getName ex
Signature: ex:CftExecutable -> string
getPrecedenceConstraints
Signature: CftExecutable -> CfPrecedenceConstraints
getTaskBase _arg1
Signature: _arg1:CftExecutable -> CftBase
getTransactionOption
Signature: CftExecutable -> CfTransactionOption
getVariables task
Signature: task:CftExecutable -> CfVariable list
map fnTask fnExeCollection exes
Signature: fnTask:(CftExecutable -> CftExecutable) -> fnExeCollection:(CftExecutable list -> CftExecutable list) -> exes:CftExecutable list -> CftExecutable list
project exes
Signature: exes:seq<CftExecutable> -> seq<CftExecutable>
setDelayValidation enabled
Signature: enabled:bool -> CftExecutable -> CftExecutable
setDescription description
Signature: description:string -> CftExecutable -> CftExecutable
setDisabled disabled
Signature: disabled:bool -> CftExecutable -> CftExecutable
setDisableEventHandlers enabled
Signature: enabled:bool -> CftExecutable -> CftExecutable
setExpressions exprs
Signature: exprs:CfPropertyExpressions -> CftExecutable -> CftExecutable
setFailOnErrorCountReaching count
Signature: count:int -> CftExecutable -> CftExecutable
setFailPackageOnFailure enabled
Signature: enabled:bool -> CftExecutable -> CftExecutable
setFailParentOnFailure enabled
Signature: enabled:bool -> CftExecutable -> CftExecutable
setForcedExecutionResult (...)
Signature: forcedExecutionResult:CfExecutableResult option -> CftExecutable -> CftExecutable
setForcedExecutionValue (...)
Signature: forcedExecutionValue:CfData option -> CftExecutable -> CftExecutable
setIsolationLevel isolationLevel
Signature: isolationLevel:CfIsolationLevel -> CftExecutable -> CftExecutable
setLocaleId localeId
Signature: localeId:int -> CftExecutable -> CftExecutable
setLoggingOptions loggingOptions
Signature: loggingOptions:CfLoggingOptions -> CftExecutable -> CftExecutable
setName value
Signature: value:string -> CftExecutable -> CftExecutable
setPrecedenceConstraints pcs
Signature: pcs:CfPrecedenceConstraints -> CftExecutable -> CftExecutable
setTaskBase newTb _arg1
Signature: newTb:CftBase -> _arg1:CftExecutable -> CftExecutable
setTransactionOption transactionOption
Signature: transactionOption:CfTransactionOption -> CftExecutable -> CftExecutable
updateTaskBase fn task
Signature: fn:(CftBase -> CftBase) -> task:CftExecutable -> CftExecutable