Package Configuration Element
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 | |
ConnectionName | AstOleDbConnectionNode | 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
Child | API Type | Description |
---|---|---|
<FileInput /> | AstFileResourceNode | AstFileResourceNode is used for creating references to file connections that have been modeled in the Biml project. |
<TableInput /> | AstTableResourceNode | The AstTableResourceNode type is used for creating references to a table that has been modeled in the Biml project. |
<ExternalFileInput /> | AstExternalFileResourceNode | The 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 /> | AstUnmanagedTableResourceNode | The 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 /> | AstEnvironmentVariableResourceNode | This resource references an environment variable on the computer. |
<IndirectSqlServerInput /> | AstIndirectSqlServerResourceNode | This resource provides a reference to an environment variable that contains a SQL Server connection string for use by package configurations. |
<IndirectFileInput /> | AstIndirectFileResourceNode | This resource provides a reference to an environment variable that contains a file path for use by package configurations. |
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. |
<ConfigurationValues> <ConfigurationValue /> </ConfigurationValues> | AstConfigurationValueNode | This is a collection of individual value settings within a SQL Server Integration Services package configuration. |