DataConnectionSupport.GetServiceImpl(Type) Method

Definition

Allows you to obtain implementation services.

protected:
 override System::Object ^ GetServiceImpl(Type ^ serviceType);
protected override object GetServiceImpl (Type serviceType);
override this.GetServiceImpl : Type -> obj
Protected Overrides Function GetServiceImpl (serviceType As Type) As Object

Parameters

serviceType
Type

Data type of the service to be implemented.

Returns

The service implementation.

Applies to