CfExecuteSqlResult
Namespace: Chimayo.Ssis.Ast.ControlFlow
Defines the kind of result produced by a query or statement as part of the ExecuteSql task
Static members
Static member | Description |
fromString
Signature: string -> T
|
Interprets the internal SSIS textual value to a discriminated union case
CompiledName: get_fromString
|
toString
Signature: T -> string
|
Converts the discriminated union case to the internal SSIS textual value
CompiledName: get_toString
|