This documentation is archived and is not being maintained.
WarehouseAdapter Class
Visual Studio 2013
A Warehouse adapter When running as a TFS Job this adapter will by synchronized with other Warehouse jobs.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
The WarehouseAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsWarehouseHostCancelled | Has the Warehouse host been canceled. This is here as a convenience. Immediately before Stop is called by using a StopReason of HostCancelled this value is set to True otherwise it will be False. |
![]() | IsWarehouseSchemaLockRequested | Has the warehouse schema lock been requested by another Warehouse job. This is here as a convenience. Immediately before Stop is called by using a StopReason of WarehouseSchemaLockRequested this value is set to True otherwise it will be False. |
![]() | RequestContext | The Request Context. This can be used, for example, to access the rest of the TFS Services. |
![]() | WarehouseContext | The Warehouse context. |
| Name | Description | |
|---|---|---|
![]() | Cancel | Request this adapter to cancel execution. |
![]() | Dispose | Implement IDisposable. Do not make this method virtual. |
![]() | Dispose(Boolean) | Implementation of the actual clean up code. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Initialize this extension. |
![]() | MakeDataChanges | Add data to the Warehouse. This method runs in parallel with other warehouse jobs. |
![]() | MakeSchemaChanges | Apply schema changes to the Warehouse or SSAS DB. When this method is executing this adapter is given exclusive access to the Warehouse and SSAS DB (except for user queries). |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
