共用方式為


ResourcePoolAffinitySpecification.ParameterValue 屬性

Gets or sets the literal value of the parameter associated with the resource pool.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property ParameterValue As Literal 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The literal value of the parameter associated with the resource pool.

請參閱

參考

ResourcePoolAffinitySpecification 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間