The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

O Data Connection Element

API Type:
Varigence.Languages.Biml.Connection.AstODataConnectionNode
X-Ref:
  • Ast OData Connection Node
  • Ast Connection Base Node

Attributes

AttributeAPI TypeDefaultDescription
DocumentLocationString 
Specifies the Service Document URL. This is a required property
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
AuthenticationODataAuthenticationWindows
Specifies the type of authentication: Basic, Windows, DynamicsAXOnline, DynamicsCrmOnline, or OnlineService .
CreateInProjectBooleanFalse
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.
CreatePackageConfigurationBooleanTrue
This value specifies whether a PackageConfiguration should be created for this connection.
DelayValidationBooleanFalse
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.
DomainString 
Specifies the Domain for authentication.
KeepAliveBooleanfalse
Specifies whether or not to keep the connection alive.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
MaxReceivedMessageSizeInt644398046511104
Specifies maximum allowed size of a received message. Default is 4398046511104.
PasswordString 
Specifies the password for authentication.
RetryCountInt325
Specifies the number of connection retries.
RetrySleepInt32100
Specifies the sleep time between retries. Default is 100.
TimeoutInt32600
Specifies the duration before a timeout. Default is 600.
UsernameString 
Specifies the username for authentication.

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.
<Expressions>
    <Expression />
</Expressions>
AstPropertyExpressionNode
This is a collection of SSIS expression definitions for connection property value overrides.

© Varigence