Propriedade do RDL ResourcePoolAffinitySpecification.ParameterValue
Gets or sets the literal value of the parameter associated with the resource pool.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property ParameterValue As Literal
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The literal value of the parameter associated with the resource pool.