Analysis Services Connection Metadata Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
AccountToImpersonate | String | Specifies the user account that should be impersonated when connecting to SQL Server Analysis Services (SSAS). This value is only used and is required when ImpersonationMode is set to ImpersonateAccount. | |
ImpersonationMode | SsasImpersonationMode | Inherit | Specifies the impersonation mode that should be used when connecting to the SQL Server Analysis Services (SSAS) instance. |
IsolationLevel | IsolationLevel | ReadCommitted | Specifies the isolation level to use when executing commands. This will determine the degree to which individual transactions are isolated from each other including resource usage, interactions between data modifications, and rollback granularity. Permitted values include ReadCommitted and Snapshot. |
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. |