WarehouseDataAccessComponent Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Warehouse.WarehouseDataAccessComponent
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Class WarehouseDataAccessComponent _
Implements IDisposable
public class WarehouseDataAccessComponent : IDisposable
public ref class WarehouseDataAccessComponent : IDisposable
type WarehouseDataAccessComponent =
class
interface IDisposable
end
public class WarehouseDataAccessComponent implements IDisposable
The WarehouseDataAccessComponent type exposes the following members.
Constructors
Top
Properties
Name | Description | |
---|---|---|
RequestContext | ||
WarehouseConfig | The WarehouseConfig. |
Top
Methods
Name | Description | |
---|---|---|
BeginTransaction() | Starts default transaction (whatever level is currently set). | |
BeginTransaction(IsolationLevel) | Start Transaction is used to wrap several calls in a single transaction. All Executes on this component will be enclosed in transaction until Commit or RollBack are called. | |
CommitTransaction | Commits the transaction that is active for this component. | |
DeleteProperty | Deletes a property bag value. | |
Dispose() | Implements 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.) | |
ExecuteNonQuery | Executes the SQL command and does not produce a result set. | |
ExecuteReader | Executes a SQL statement that returns a SqlDataReader. | |
ExecuteScalar | Executes the SQL command via ExecuteScalar() and returns the result. | |
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.) | |
GetProperty | Gets a property from the property bag. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RollbackTransaction | Rolls back and discards all changes that were made during the transcation on this component. | |
SetProperty | Sets a property bag property. | |
SetTableStatus | Sets the status of a table. This is used for Cube Processing. Cube objects mapped to tables flagged for update (or add) will be processed, those that are not flagged will be skipped. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.