Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the importance parameter value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ParameterValue As ImportanceParameterType
Get
Set
'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);
}
member ParameterValue : ImportanceParameterType with get, set
function get ParameterValue () : ImportanceParameterType
function set ParameterValue (value : ImportanceParameterType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
The importance parameter value.