Condividi tramite


Proprietà ResourcePoolParameter.ParameterValue

Ottiene o imposta il valore del parametro del pool di risorse.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ParameterValue As Literal
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ResourcePoolParameter Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql