Freigeben über


AgentXPsEnabled-Eigenschaft

Ruft das ConfigProperty-Objekt ab, das zum Festlegen der Konfigurationsoption 'Agent XPs' aktiviert verwendet wird.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property AgentXPsEnabled As ConfigProperty
    Get
'Usage
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.AgentXPsEnabled
public ConfigProperty AgentXPsEnabled { get; }
public:
property ConfigProperty^ AgentXPsEnabled {
    ConfigProperty^ get ();
}
member AgentXPsEnabled : ConfigProperty
function get AgentXPsEnabled () : ConfigProperty

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Ein ConfigProperty-Objekt, das die Einstellungen für die Konfigurationsoption 'Agent XPs' aktiviert angibt.

Hinweise

The AgentXPsEnabled property sets the agent XPs enabled configuration option. This property is used to enable the SQL Server Agent extended stored procedures.