MsDb2ParameterCollection.IndexOf Method
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.
public:
int IndexOf(Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ value);
C#
public int IndexOf (Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter value);
override this.IndexOf : Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter -> int
Public Function IndexOf (value As MsDb2Parameter) As Integer
Parameters
- value
- MsDb2Parameter
Returns
Applies to
Host Integration Server 2016
Product | Versions |
---|---|
Host Integration Server | 2016 |
public:
override int IndexOf(System::Object ^ value);
C#
public override int IndexOf (object value);
override this.IndexOf : obj -> int
Public Overrides Function IndexOf (value As Object) As Integer
Parameters
- value
- Object
Returns
Applies to
Host Integration Server 2016
Product | Versions |
---|---|
Host Integration Server | 2016 |
public:
override int IndexOf(System::String ^ parameterName);
C#
public override int IndexOf (string parameterName);
override this.IndexOf : string -> int
Public Overrides Function IndexOf (parameterName As String) As Integer
Parameters
- parameterName
- String
Returns
Applies to
Host Integration Server 2016
Product | Versions |
---|---|
Host Integration Server | 2016 |