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


Свойство HasServer

Gets the Boolean property value that specifies whether the job has a target server assigned for multiple-server operations.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasServer As Boolean
    Get
'Применение
Dim instance As Job
Dim value As Boolean

value = instance.HasServer
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public bool HasServer { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property bool HasServer {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member HasServer : bool
function get HasServer () : boolean

Значение свойства

Тип System. . :: . .Boolean
A Boolean value that specifies whether the job is assigned to run on at least one remote target server.
If True, the job is assigned to run on at least one remote target server.
If False (default), the job runs on the local server.

Замечания

The ApplyToTargetServer or ApplyToTargetServerGroup methods are used to set up target servers for multiserver jobs.