ISql100WorkloadGroup.Importance Property

Gets or sets the degree of importance.

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

Syntax

'Declaration
Property Importance As SqlDegree
    Get
    Set
'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)
abstract Importance : SqlDegree with get, set

Property Value

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

.NET Framework Security

See Also

Reference

ISql100WorkloadGroup Interface

ISql100WorkloadGroup Members

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