Udostępnij za pośrednictwem


JobCategory.CategoryType Property

Gets or sets the type of job category.

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

Syntax

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

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

public function set CategoryType (value : CategoryType)

Property Value

A CategoryType object that specifies the type of job category.

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.