MsDb2ParameterCollection.Insert 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:
void Insert(int index, Microsoft::HostIntegration::MsDb2Client::MsDb2Parameter ^ value);
C#
public void Insert (int index, Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter value);
override this.Insert : int * Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter -> unit
Public Sub Insert (index As Integer, value As MsDb2Parameter)
Parameters
- index
- Int32
- value
- MsDb2Parameter
Applies to
Host Integration Server 2016
Product | Versions |
---|---|
Host Integration Server | 2016 |
public:
override void Insert(int index, System::Object ^ value);
C#
public override void Insert (int index, object value);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, value As Object)
Parameters
- index
- Int32
- value
- Object
Applies to
Host Integration Server 2016
Product | Versions |
---|---|
Host Integration Server | 2016 |