Condividi tramite


Proprietà ParameterInfos.Item (String)

Gets the parameter object in the parameter collection with the specified name.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    parameterName As String _
) As ParameterInfo 
    Get
'Utilizzo
Dim instance As ParameterInfos 
Dim parameterName As String 
Dim value As ParameterInfo 

value = instance(parameterName)
public ParameterInfo this[
    string parameterName
] { get; }
public:
property ParameterInfo^ default[String^ parameterName] {
    ParameterInfo^ get (String^ parameterName);
}
member Item : ParameterInfo
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified name.

Vedere anche

Riferimento

ParameterInfos Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime