DrdaParameterCollection.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- Attributes