Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- parameterName
Type : System.String
The name of the parameter.
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified name.