Dela via


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

See Also

Reference

SchemaCompareSettingsService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace