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.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property ParameterValue As ImportanceParameterType
'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);
}
public function get ParameterValue () : ImportanceParameterType
public function set ParameterValue (value : ImportanceParameterType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.ImportanceParameterType
Returns a ImportanceParameterType enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
WorkloadGroupImportanceParameter Class