Condividi tramite


Proprietà BrokerPriorityParameter.ParameterValue

Ottiene o imposta il valore del parametro.

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 TSqlFragment
    Get
    Set
public TSqlFragment ParameterValue { get; set; }
public:
property TSqlFragment^ ParameterValue {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member ParameterValue : TSqlFragment with get, set
function get ParameterValue () : TSqlFragment
function set ParameterValue (value : TSqlFragment)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Restituisce un elemento TSqlFragment.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BrokerPriorityParameter Classe

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