Enum DataSourceVariablesOverrideBehaviorType
Data source edit varaibles override behaviour type. E.g. Disallow or Allow.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum DataSourceVariablesOverrideBehaviorType
Remarks
This enum is only supported when the compatibility level of the database is at 1475 or above.
Fields
Name | Description |
---|---|
Allow | Queries allow data source variables override. |
Disallow | Queries won't allow data source variables override. |