Поделиться через


Свойство AgentXPsEnabled

Gets or sets a Boolean value that specifies whether 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.