CategoryType Propiedad
Gets or sets the type of category, with respect to local or multiserver jobs.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property CategoryType As Byte
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Byte
A Byte value that specifies the job category type.
Notas
The job category type is a byte value that is determined by the CategoryTypeCategoryType enumeration.
Vea también