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


ISql100WorkloadGroup.Importance Property

Gets or sets the priority of the workload group.

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

Syntax

'Declaration
Property Importance As SqlDegree
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql100WorkloadGroup Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace