DataSourceVariablesOverrideBehaviorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data source edit varaibles override behaviour type. E.g. Disallow or Allow.
public enum DataSourceVariablesOverrideBehaviorType
type DataSourceVariablesOverrideBehaviorType =
Public Enum DataSourceVariablesOverrideBehaviorType
- Inheritance
-
DataSourceVariablesOverrideBehaviorType
Fields
Name | Value | Description |
---|---|---|
Disallow | 0 | Queries won't allow data source variables override. |
Allow | 1 | Queries allow data source variables override. |
Remarks
This enum is only supported when the compatibility level of the database is at 1475 or above.