共用方式為


AgentXPsEnabled 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Property AgentXPsEnabled As Boolean
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .Boolean
Boolean

備註

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