Поделиться через


Свойство CategoryType

Gets or sets the type of job category.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property CategoryType As CategoryType
    Get
    Set
'Применение
Dim instance As JobCategory
Dim value As CategoryType

value = instance.CategoryType

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

Значение свойства

Тип Microsoft.SqlServer.Management.Smo.Agent. . :: . .CategoryType
A CategoryType object that specifies the type of job category.