SchemaCompareSettingsService.IsCmdVariableSubstitutionEnabled-Eigenschaft

Ruft beim Überschreiben in einer abgeleiteten Klasse einen Wert ab, der angibt, ob die Schaltfläche SQLCMD-Variablen angeben… im Fenster Schemavergleich von Visual Studio Premium und Visual Studio Ultimate aktiviert werden soll.

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
    Get
public virtual bool IsCmdVariableSubstitutionEnabled { get; }
public:
virtual property bool IsCmdVariableSubstitutionEnabled {
    bool get ();
}
abstract IsCmdVariableSubstitutionEnabled : bool
override IsCmdVariableSubstitutionEnabled : bool
function get IsCmdVariableSubstitutionEnabled () : boolean

Eigenschaftswert

Typ: System.Boolean
Die Basisimplementierung gibt immer false zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareSettingsService Klasse

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