다음을 통해 공유


CategoryID 속성

Gets the ID value that uniquely identifies the job category.

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

구문

‘선언
<SfcKeyAttribute()> _
<SfcPropertyAttribute> _
Public ReadOnly Property CategoryID As Integer
    Get
‘사용 방법
Dim instance As Job
Dim value As Integer

value = instance.CategoryID
[SfcKeyAttribute()]
[SfcPropertyAttribute]
public int CategoryID { get; }
[SfcKeyAttribute()]
[SfcPropertyAttribute]
public:
property int CategoryID {
    int get ();
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute>]
member CategoryID : int
function get CategoryID () : int

속성 값

형식: System. . :: . .Int32
A In32 value that specifies the job category ID value.

주의

The ID value references the category to which the job belongs. You can defined the category using the JobCategory object.