Share via


ISql90ServerOptions.IsSmoAndDmoXPsEnabled Property

Gets or sets whether SMO and DMO XPs are enabled.

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

Syntax

'Declaration
Property IsSmoAndDmoXPsEnabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISql90ServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsSmoAndDmoXPsEnabled

instance.IsSmoAndDmoXPsEnabled = value
Nullable<bool> IsSmoAndDmoXPsEnabled { get; set; }
property Nullable<bool> IsSmoAndDmoXPsEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsSmoAndDmoXPsEnabled () : Nullable<boolean>
function set IsSmoAndDmoXPsEnabled (value : Nullable<boolean>)
abstract IsSmoAndDmoXPsEnabled : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

ISql90ServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace