Taskflow Input Path Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
OutputPathName | AstTaskflowOutputPathNode | Specifies the name of the output path to which this input path is bound. Control flow will transfer to this input path when the precedence constraint conditions on the specified output path have been satisfied. This is a required reference to an existing definiton. | |
EvaluationOperation | TaskEvaluationOperationType | Constraint | Specifies the evaluation operation type selected from a list of evaluation operation types supported by Sql Sever Integration Services. |
EvaluationValue | TaskEvaluationOperationValue | Success | Specifies the evaluation value type selected from a list of evaluation value types supported by Sql Sever Integration Services. |
Expression | String | Specifies the expression that must be satisfied on the specified output path in order for control flow to be transferred to this input path. The expression must be provided in SSIS expression syntax. | |
Id | Guid | 00000000-0000-0000-0000-000000000000 | Allows the developer to specify a unique identifier (GUID) for the precedence constraint. This can be used to retain a consistent ID between builds. |
PathAnnotation | ControlFlowPathAnnotation | AsNeeded | Specifies the path annotation mode that should be used for the target precedence constraint input path. |
SsisName | String | Specifies the name of the object to be used in DTSX package emission. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |