ParameterCollection.Item[String] Property

Definition

Gets the ParameterInfo with the specified id.

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

Parameters

name
String

The specified ID.

Property Value

Applies to