Поделиться через


WorkloadGroupImportanceParameter.ParameterValue Property

Gets or sets the importance parameter value.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ParameterValue As ImportanceParameterType
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.Data.Schema.ScriptDom.Sql.ImportanceParameterType
Returns a ImportanceParameterType enumeration value.

.NET Framework Security

See Also

Reference

WorkloadGroupImportanceParameter Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace