SchemaCompareSettingsService.IsCmdVariableSubstitutionEnabled Property
When overridden in a derived class, gets a value that indicates whether to enable the Specify SQLCMD variables… button in the Schema Compare window of Visual Studio Premium and Visual Studio Ultimate.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsCmdVariableSubstitutionEnabled As Boolean
public virtual bool IsCmdVariableSubstitutionEnabled { get; }
public:
virtual property bool IsCmdVariableSubstitutionEnabled {
bool get ();
}
abstract IsCmdVariableSubstitutionEnabled : bool
override IsCmdVariableSubstitutionEnabled : bool
function get IsCmdVariableSubstitutionEnabled () : boolean
Property Value
Type: System.Boolean
The base implementation always returns false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.