Share via


ISql90ServerOptions.IsXPCmdsShellEnabled Property

Gets or sets a value that models the XP cmdshell setting.

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace