Freigeben über


ISql100WorkloadGroup.Importance-Eigenschaft

Ruft die Priorität der Arbeitsauslastungsgruppe ab oder legt die Priorität fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Importance As SqlDegree
    Get
    Set
SqlDegree Importance { get; set; }
property SqlDegree Importance {
    SqlDegree get ();
    void set (SqlDegree value);
}
abstract Importance : SqlDegree with get, set
function get Importance () : SqlDegree
function set Importance (value : SqlDegree)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlDegree

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100WorkloadGroup Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace