IWarehouseAdapter Interface

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

'Declaration
Public Interface IWarehouseAdapter
'Usage
Dim instance As IWarehouseAdapter
public interface IWarehouseAdapter
public interface class IWarehouseAdapter
public interface IWarehouseAdapter

See Also

Reference

IWarehouseAdapter Members

Microsoft.TeamFoundation.Adapter Namespace