Udostępnij za pośrednictwem


Job.CategoryType Property

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

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property CategoryType As Byte
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)] 
public byte CategoryType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)] 
public:
property unsigned char CategoryType {
    unsigned char get ();
    void set (unsigned char value);
}
/** @property */
public byte get_CategoryType ()

/** @property */
public void set_CategoryType (byte value)
public function get CategoryType () : byte

public function set CategoryType (value : byte)

Property Value

A Byte value that specifies the job category type.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.