Share via


ParameterCollection.Item[String] Propriété

Définition

Obtient le ParameterInfo avec l'ID spécifié.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ParameterInfo ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::ParameterInfo ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
Default Public ReadOnly Property Item(name As String) As ParameterInfo

Paramètres

name
String

ID spécifié.

Valeur de propriété

S’applique à