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