다음을 통해 공유


CategoryType 속성

Gets or sets the type of category, with respect to local or multiserver jobs.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property CategoryType As Byte
    Get
    Set
‘사용 방법
Dim instance As Job
Dim value As Byte

value = instance.CategoryType

instance.CategoryType = value
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public byte CategoryType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property unsigned char CategoryType {
    unsigned char get ();
    void set (unsigned char value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member CategoryType : byte with get, set
function get CategoryType () : byte
function set CategoryType (value : byte)

속성 값

형식: System. . :: . .Byte
A Byte value that specifies the job category type.

주의

The job category type is a byte value that is determined by the CategoryTypeCategoryType enumeration.