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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.