JobID 속성
Gets or sets the job ID value.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property JobID As Guid
Get
‘사용 방법
Dim instance As Job
Dim value As Guid
value = instance.JobID
[SfcPropertyAttribute]
public Guid JobID { get; }
[SfcPropertyAttribute]
public:
property Guid JobID {
Guid get ();
}
[<SfcPropertyAttribute>]
member JobID : Guid
function get JobID () : Guid
속성 값
형식: System. . :: . .Guid
A Guid system object value that specifies the job ID value.
주의
Each Microsoft SQL Server Agent job is identified by a system-generated GUID. The identifier is a 32-character string representing a hexadecimal number.