Table of Contents

Enum DataSourceVariablesOverrideBehaviorType

Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Data source edit varaibles override behaviour type. E.g. Disallow or Allow.

public enum DataSourceVariablesOverrideBehaviorType

Fields

Name Description
Allow

Queries allow data source variables override.

Disallow

Queries won't allow data source variables override.

Remarks

This enum is only supported when the compatibility level of the database is at 1475 or above.