DrdaParameterCollection.Item[] Property

Definition

Overloads

Item[String]
Item[Int32]

Item[String]

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

Parameters

parameterName
String

Property Value

DrdaParameter
Attributes

Applies to

Item[Int32]

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

Parameters

index
Int32

Property Value

DrdaParameter
Attributes

Applies to