Partager via


Propriété Parameters.Item (String)

Returns a parameter object in the parameters 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 MustOverride ReadOnly Default Property Item ( _
    parameterName As String _
) As Parameter 
    Get
'Utilisation
Dim instance As Parameters 
Dim parameterName As String 
Dim value As Parameter 

value = instance(parameterName)
public abstract Parameter this[
    string parameterName
] { get; }
public:
virtual property Parameter^ default[String^ parameterName] {
    Parameter^ get (String^ parameterName) abstract;
}
abstract Item : Parameter
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.Parameter
A parameter object with the specified name.

Voir aussi

Référence

Parameters Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Dts.Runtime