Partilhar via


Propriedade ISql100WorkloadGroup.Importance

Obtém ou define a prioridade do grupo de carga de trabalho.

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

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100WorkloadGroup Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel