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 literal value of the parameter associated with the resource pool.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ParameterValue As Literal
Get
Set
'Usage
Dim instance As ResourcePoolAffinitySpecification
Dim value As Literal
value = instance.ParameterValue
instance.ParameterValue = value
public Literal ParameterValue { get; set; }
public:
property Literal^ ParameterValue {
Literal^ get ();
void set (Literal^ value);
}
member ParameterValue : Literal with get, set
function get ParameterValue () : Literal
function set ParameterValue (value : Literal)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The literal value of the parameter associated with the resource pool.