共用方式為


WorkloadGroupImportanceParameter.ParameterValue 屬性

取得或設定重要性參數值。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property ParameterValue As ImportanceParameterType
    Get
    Set
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.Data.Schema.ScriptDom.Sql.ImportanceParameterType
傳回 ImportanceParameterType 列舉值。

.NET Framework 安全性

請參閱

參考

WorkloadGroupImportanceParameter 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間