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

Documentation

Support Forums
What can we help you with?
Topics

Azure Subscription Connection Element

API Type:
Varigence.Languages.Biml.Connection.AstAzureSubscriptionConnectionNode
X-Ref:
  • Ast Azure Subscription Connection Node
  • Ast Connection Base Node

Attributes

AttributeAPI TypeDefaultDescription
CertStoreCertificateStoreNameAddressBook
Specifies the name of the certificate store on the local machine. This is where the certificate for connecting to the Azure management service will be found. This is a required property
CertStoreLocationCertificateStoreLocationCurrentUser
Specifies the location of the certificate store on the local machine. This is where the certificate containing the certificate for connecting to the Azure management service will be found. This is a required property
CertThumbprintString 
Specifies the text encoding of the thumbprint for the certificate that is used to authenticate a connection to Microsoft Azure management interfaces. This value is available in the Azure management dashboard for the uploaded management certificate. 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
SubscriptionIdGuid00000000-0000-0000-0000-000000000000
Specifies the GUID that is used to uniquely identify the Azure Subscription. This value is available in the Azure management dashboard for the desired account. This is a required property
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.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.

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