Gets or sets the importance parameter value.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ParameterValue As ImportanceParameterType
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
The importance parameter value.