OriginatingServer 속성

Gets the name of the server that is acting as the master server in a multiserver job.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property OriginatingServer As String
    Get
‘사용 방법
Dim instance As Job
Dim value As String

value = instance.OriginatingServer
[SfcPropertyAttribute]
public string OriginatingServer { get; }
[SfcPropertyAttribute]
public:
property String^ OriginatingServer {
    String^ get ();
}
[<SfcPropertyAttribute>]
member OriginatingServer : string
function get OriginatingServer () : String

속성 값

형식: System. . :: . .String
A String value that specifies the name of the master server where the job definition originates from.

주의

The property returns the string (local) for jobs created on the referenced instance of Microsoft SQL Server. For jobs assigned to the referenced instance of SQL Server by another server acting as a master server, the property returns the master server name.