Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a conversion for a data object support mapped type and contains the conversion steps needed to convert a data source–specific object to a mapped object.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataMappedObjectConversion
public interface IVsDataMappedObjectConversion
public interface class IVsDataMappedObjectConversion
type IVsDataMappedObjectConversion = interface end
public interface IVsDataMappedObjectConversion
The IVsDataMappedObjectConversion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
CallMapperStep | Gets a conversion step that is part of the conversion from a data source–specific type to a mapped type. |
![]() |
Steps | Returns all the conversion steps that are necessary to convert a data source–specific type to a mapped type. |
Top
Remarks
This interface is implemented as a built-in DDEX service.
.gif)