IDataStore Interface

This service is used by adapters to save data into the Warehouse store.

Namespace:  Microsoft.TeamFoundation.Adapter
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

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

Remarks

The IDataStore object provides methods to add, delete, and rename dimension uses, fields, and measues. It also provides a method to change the aggregation function of a measure.

See Also

Reference

IDataStore Members

Microsoft.TeamFoundation.Adapter Namespace