The warehouse service periodically calls each of the warehouse adapters by using the IWarehouseAdapter interface. The adapters pull data from the operational store, transform it as necessary, and write it to the warehouse through the warehouse object model.
Namespace: Microsoft.TeamFoundation.Adapter
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)

Syntax
Visual Basic (Declaration)
Public Interface IWarehouseAdapter
Dim instance As IWarehouseAdapter
public interface IWarehouseAdapter
public interface class IWarehouseAdapter
public interface IWarehouseAdapter
public interface IWarehouseAdapter

See Also