WorkloadGroup.Importance Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property Importance As WorkloadGroupImportance
[SfcPropertyAttribute]
public WorkloadGroupImportance Importance { get; set; }
[SfcPropertyAttribute]
public:
property WorkloadGroupImportance Importance {
WorkloadGroupImportance get ();
void set (WorkloadGroupImportance value);
}
/** @property */
public WorkloadGroupImportance get_Importance ()
/** @property */
public void set_Importance (WorkloadGroupImportance value)
public function get Importance () : WorkloadGroupImportance
public function set Importance (value : WorkloadGroupImportance)
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.
See Also