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 命名空间