Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
When overridden, adapts a change data retriever between a managed and unmanaged representation.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Interface IChangeDataRetrieverAdapter
'Usage
Dim instance As IChangeDataRetrieverAdapter
public interface IChangeDataRetrieverAdapter
public interface class IChangeDataRetrieverAdapter
type IChangeDataRetrieverAdapter = interface end
public interface IChangeDataRetrieverAdapter
The IChangeDataRetrieverAdapter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
ConvertManagedToUnmanaged | When overridden in a derived class, converts a managed data retriever to an unmanaged representation. |
![]() |
ConvertUnmanagedToManaged | When overridden in a derived class, converts an unmanaged data retriever to a managed representation. |
Top
Remarks
Implementers of this interface enable a managed provider to convert an unmanaged change data retriever to a managed representation, and vice versa.
.gif)