AstElement

Namespace: Chimayo.Ssis.Ast
Parent Module: Transformation

All parts of a package are represented as cases within the AstElement discriminated union

Union Cases

Union CaseDescription
AstConnectionManager(...)
Signature: string * AstConnectionManagerType * CfConnectionManager
AstExecutable(...)
Signature: AstPath * AstExecutableType * CftExecutable
AstPackage(CftPackage)
Signature: CftPackage
AstPackageConfiguration(...)
Signature: string * AstPackageConfigurationType * CfPackageConfiguration
AstPipelineComponent(...)
Signature: AstPath * AstPipelineComponentType * DfComponent
AstVariable(AstPath,CfVariable)
Signature: AstPath * CfVariable