MsDb2ParameterCollection.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::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
- 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
- Attributes