Proprietà ISql90ServerOptions.IsSmoAndDmoXPsEnabled

Ottiene o imposta un valore che modella l'impostazione XPS Server Management Objects (SMO) e Distributed Management Objects (DMO).

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsSmoAndDmoXPsEnabled As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsSmoAndDmoXPsEnabled { get; set; }
property Nullable<bool> IsSmoAndDmoXPsEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsSmoAndDmoXPsEnabled : Nullable<bool> with get, set
function get IsSmoAndDmoXPsEnabled () : Nullable<boolean>
function set IsSmoAndDmoXPsEnabled (value : Nullable<boolean>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ServerOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel