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
- 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.