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

Documentation

Support Forums
What can we help you with?
Topics

OLEDB Command Element

API Type:
Varigence.Languages.Biml.Transformation.AstOleDbCommandNode
X-Ref:
  • Ast Ole Db Command Node
  • Ast Single In Transformation Node
  • Ast Transformation Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionNameAstOleDbConnectionNode 
This value specifies the connection at which the OLE DB command transformation will be executed. This is a required reference to an existing definiton.
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
DefaultCodePageInt320
This value specifies which code page to use when the data source does not provide code page information.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
TimeoutInt320
This value specifies how many seconds to wait for task completion before the task is terminated. If the value is 0, then no timeout will occur. The default value is 0.
ValidateExternalMetadataBooleantrue
This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time.

Singleton Children

ChildAPI TypeDescription
<DirectInput />AstDirectResourceNodeThe AstDirectResourceNode type provides the facility to directly input text data for use in the referencing Biml object. This is a required property
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component
<InputPath />AstDataflowInputPathNodeAstDataflowInputPathNode is used to model input paths in a SQL Server Integration Services dataflow task. Connections are made by referencing an appropriate output path.

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.
<DataflowOverrides>
    Multiple Choices...
</DataflowOverrides>
AstDataflowOverrideNode
Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns.
<Parameters>
    <Parameter />
</Parameters>
AstOleDbCommandParameterNode
This is a collection of parameter mapping definitions that will supply variable values to the parameters of the SQL query.

© Varigence