AdoDotNetConnectionSupport.GetServiceImpl(Type) Method
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.
Enables retrieving 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
Returns a service object instance.