Partager via


Propriété ParameterInfos.Item (String)

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    parameterName As String _
) As ParameterInfo 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

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

Voir aussi

Référence

ParameterInfos Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Dts.Runtime