• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Component Script Project Output Buffer Element

API Type:
Varigence.Languages.Biml.Script.AstComponentScriptProjectOutputBufferNode
X-Ref:
  • Ast Component Script Project Output Buffer Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
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
ExclusionGroupInt320
This value identifies a numeric value that will be shared by all other output paths that are mutually exclusive with this output path.
IsSortedBooleanFalse
This value specifies whether an asynchronous output path is sorted.
IsSynchronousBooleanTrue
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

ChildAPI TypeDescription
<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.

© Varigence