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
- parameterName
Tipo: System.String
The name of the parameter.
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified name.