DataConnectionSupport.GetServiceImpl Method (Type)
Allows you to obtain implementation services.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overrides Function GetServiceImpl ( _
serviceType As Type _
) As Object
protected override Object GetServiceImpl(
Type serviceType
)
protected:
virtual Object^ GetServiceImpl(
Type^ serviceType
) override
abstract GetServiceImpl :
serviceType:Type -> Object
override GetServiceImpl :
serviceType:Type -> Object
protected override function GetServiceImpl(
serviceType : Type
) : Object
Parameters
serviceType
Type: System.TypeData type of the service to be implemented.
Return Value
Type: System.Object
The service implementation.
Remarks
The base implementation of this method provides defaults for the following services:
DataObjectIdentifierResolver: returns DataObjectIdentifierResolver.Default.
DataObjectIdentifierConverter: returns DataObjectIdentifierConverter.Default.
DataObjectItemComparer: returns DataObjectItemComparer.Default.
DataSourceVersionComparer: returns DataSourceVersionComparer.Default.
DataSourceInformation: returns DataSourceInformation.Default.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.