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


Свойство WorkloadGroup.Importance

Gets or sets a value that indicates the level of importance that the workload group has.

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

Синтаксис

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

value = instance.Importance

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

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

Тип: Microsoft.SqlServer.Management.Smo.WorkloadGroupImportance
A WorkloadGroupImportance value that indicates the level of importance that the workload group has.

См. также

Справочник

WorkloadGroup Класс

Пространство имен Microsoft.SqlServer.Management.Smo