O Data Connection Element
X-Ref:
- Ast OData Connection Node
- Ast Connection Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DocumentLocation | String | Specifies the Service Document URL. This is a required property | |
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 | |
Authentication | ODataAuthentication | Windows | Specifies the type of authentication: Basic, Windows, DynamicsAXOnline, DynamicsCrmOnline, or OnlineService . |
CreateInProject | Boolean | False | This value specifies whether the Connection should be created as a ConnectionManager within each SSIS package that uses it or as a shared ConnectionManager for each project that uses it. |
CreatePackageConfiguration | Boolean | True | This value specifies whether a PackageConfiguration should be created for this connection. |
DelayValidation | Boolean | False | This value indicates that the connection should not be validated (tested to make sure that it points to a valid resource) until immediately before it is used. |
Domain | String | Specifies the Domain for authentication. | |
KeepAlive | Boolean | false | Specifies whether or not to keep the connection alive. |
LogicalDisplayFolder | String | string.Empty | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
MaxReceivedMessageSize | Int64 | 4398046511104 | Specifies maximum allowed size of a received message. Default is 4398046511104. |
Password | String | Specifies the password for authentication. | |
RetryCount | Int32 | 5 | Specifies the number of connection retries. |
RetrySleep | Int32 | 100 | Specifies the sleep time between retries. Default is 100. |
Timeout | Int32 | 600 | Specifies the duration before a timeout. Default is 600. |
Username | String | Specifies the username for authentication. |
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. |
<Expressions> <Expression /> </Expressions> | AstPropertyExpressionNode | This is a collection of SSIS expression definitions for connection property value overrides. |