Udostępnij za pośrednictwem


Właściwość IServerConfigurationFacet.XPCmdShellEnabled

Pobiera lub zestaws wartość logiczna określająca, jeśli właściwość XPCmdShellEnabled jest zestaw.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Property XPCmdShellEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Boolean

value = instance.XPCmdShellEnabled

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

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli właściwość jest zestaw. FALSE , jeśli właściwość nie jest zestaw.