MsDb2ParameterCollection.Item[] Property

Definition

Overloads

Item[String]
Item[Int32]

Item[String]

public:
 property Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ default[System::String ^] { Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ get(System::String ^ parameterName); void set(System::String ^ parameterName, Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter this[string parameterName] { get; set; }
member this.Item(string) : Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter with get, set
Default Public Property Item(parameterName As String) As MsDb2Parameter

Parameters

parameterName
String

Property Value

MsDb2Parameter
Attributes

Applies to

Item[Int32]

public:
 property Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ default[int] { Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ get(int index); void set(int index, Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter this[int index] { get; set; }
member this.Item(int) : Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter with get, set
Default Public Property Item(index As Integer) As MsDb2Parameter

Parameters

index
Int32

Property Value

MsDb2Parameter
Attributes

Applies to