Condividi tramite


Proprietà SchemaCompareSettingsService.IsCmdVariableSubstitutionEnabled

Se sottoposta a override in una classe derivata, ottiene un valore che indica se abilitare il pulsante Specifica variabili SQLCMD... nella finestra Confronto schema di Visual Studio Premium e Visual Studio Ultimate.

Spazio dei nomi:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Boolean
L'implementazione di base restituisce sempre false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaCompareSettingsService Classe

Spazio dei nomi Microsoft.Data.Schema.Tools.Compare.Schema