Udostępnij za pośrednictwem


Właściwość IServerConfigurationFacet.AgentXPsEnabled

Pobiera lub ustawia wartość logiczna określająca, czy SQL Server Agent rozszerzone procedury przechowywane są włączone.

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

Składnia

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

value = instance.AgentXPsEnabled

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

Wartość właściwości

Typ: System.Boolean
Boolean

Uwagi

Ta właściwość służy do włączania SQL Server Agent rozszerzonych procedur przechowywanych.