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

Documentation

Support Forums
What can we help you with?
Topics

Package Configuration Element

API Type:
Varigence.Languages.Biml.Task.AstPackageConfigurationNode
X-Ref:
  • Ast Package Configuration 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
ConnectionNameAstOleDbConnectionNode 
This value specifies a direct reference to the OLE DB connection where the package configuration will be stored, if the Target property specifies a table. This references an existing definiton.

Singleton Children

ChildAPI TypeDescription
<FileInput />AstFileResourceNodeAstFileResourceNode is used for creating references to file connections that have been modeled in the Biml project.
<TableInput />AstTableResourceNodeThe AstTableResourceNode type is used for creating references to a table that has been modeled in the Biml project.
<ExternalFileInput />AstExternalFileResourceNodeThe AstExternalFileResourceNode type is used for creating references to a file path on the local file system that has not been modeled in the Biml project as a file connection.
<ExternalTableInput />AstUnmanagedTableResourceNodeThe AstUnmanagedTableResourceNode type is used for creating references to a table stored in an existing relational database that has not been modeled in the Biml project.
<EnvironmentVariableInput />AstEnvironmentVariableResourceNodeThis resource references an environment variable on the computer.
<IndirectSqlServerInput />AstIndirectSqlServerResourceNodeThis resource provides a reference to an environment variable that contains a SQL Server connection string for use by package configurations.
<IndirectFileInput />AstIndirectFileResourceNodeThis resource provides a reference to an environment variable that contains a file path for use by package configurations.

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.
<ConfigurationValues>
    <ConfigurationValue />
</ConfigurationValues>
AstConfigurationValueNode
This is a collection of individual value settings within a SQL Server Integration Services package configuration.

© Varigence