Share via


ISql90ServerOptions.IsSmoAndDmoXPsEnabled Property

Gets or sets a value that models the Server Management Objects (SMO) and Distributed Management Objects (DMO) XPs setting.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsSmoAndDmoXPsEnabled As Nullable(Of Boolean)
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>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace