Share via


IServerConfigurationFacet.AgentXPsEnabled Property

Gets or sets a Boolean value that specifies whether the SQL Server Agent extended stored procedures are enabled.

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

Syntax

'Declaration
Property AgentXPsEnabled As Boolean 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Boolean
Boolean

Remarks

This property is used to enable the SQL Server Agent extended stored procedures.

See Also

Reference

IServerConfigurationFacet Interface

Microsoft.SqlServer.Management.Smo Namespace