Share via


ISql100WorkloadGroup.Importance Property

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

Syntax

'Declaration
Property Importance As SqlDegree
'Usage
Dim instance As ISql100WorkloadGroup 
Dim value As SqlDegree 

value = instance.Importance

instance.Importance = value
SqlDegree Importance { get; set; }
property SqlDegree Importance {
    SqlDegree get ();
    void set (SqlDegree value);
}
function get Importance () : SqlDegree 
function set Importance (value : SqlDegree)

Property Value

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

.NET Framework Security

See Also

Reference

ISql100WorkloadGroup Interface

ISql100WorkloadGroup Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace