Partager via


ISql90ServerOptions.IsSmoAndDmoXPsEnabled, propriété

Obtient ou définit une valeur qui modélise les paramètre XPS des objets SMO (Server Management Objects) et DMO (Distributed Management Objects).

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms