Component Script Project Output Buffer Element
X-Ref:
- Ast Component Script Project Output Buffer Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
ExclusionGroup | Int32 | 0 | This value identifies a numeric value that will be shared by all other output paths that are mutually exclusive with this output path. |
IsSorted | Boolean | False | This value specifies whether an asynchronous output path is sorted. |
IsSynchronous | Boolean | True | This value specifies whether this output buffer will be synchronous with the Input Buffer on the Script Component in the SQL Server Integration Services dataflow. |
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. |
<Columns> <Column /> </Columns> | AstComponentScriptProjectOutputBufferColumnNode | This is a collection of output buffer column definitions that will be exposed to the script project user code as mapped output buffer columns. |