AdoDotNetConnectionSupport.GetServiceImpl Method (Type)

Enables retrieving implementation services.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overrides Function GetServiceImpl ( _
    serviceType As Type _
) As Object
'使用
Dim serviceType As Type
Dim returnValue As Object

returnValue = Me.GetServiceImpl(serviceType)
protected override Object GetServiceImpl(
    Type serviceType
)
protected:
virtual Object^ GetServiceImpl(
    Type^ serviceType
) override
protected override function GetServiceImpl(
    serviceType : Type
) : Object

Parameters

  • serviceType
    Type: System.Type

    Data type of the service to be implemented.

Return Value

Type: System.Object

Returns a service object instance.

Permissions

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

GetServiceImpl Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace