Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the importance parameter value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ParameterValue As ImportanceParameterType
Get
Set
'Usage
Dim instance As WorkloadGroupImportanceParameter
Dim value As ImportanceParameterType
value = instance.ParameterValue
instance.ParameterValue = value
public ImportanceParameterType ParameterValue { get; set; }
public:
property ImportanceParameterType ParameterValue {
ImportanceParameterType get ();
void set (ImportanceParameterType value);
}
member ParameterValue : ImportanceParameterType with get, set
function get ParameterValue () : ImportanceParameterType
function set ParameterValue (value : ImportanceParameterType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
The importance parameter value.