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

  Name Description
Public method WarehouseDataAccessComponent(TeamFoundationRequestContext)
Public method WarehouseDataAccessComponent(TeamFoundationRequestContext, Nullable<Int32>)
Public method WarehouseDataAccessComponent(TeamFoundationRequestContext, String)
Public method WarehouseDataAccessComponent(TeamFoundationRequestContext, String, Int32)

Top

Properties

  Name Description
Public property RequestContext
Public property WarehouseConfig The WarehouseConfig.

Top

Methods

  Name Description
Public method BeginTransaction() Start default transaction (whatever level is currently set).
Public method 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.
Public method CommitTransaction Commit the transaction that is active for this component.
Public method DeleteProperty Delete a property bag value.
Public method Dispose() Implement IDisposable. Do not make this method virtual.
Protected method Dispose(Boolean) Implementation of the actual clean up code.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method ExecuteNonQuery Executes the SQL command and does not produce a result set.
Public method ExecuteReader Execute a SQL statement that returns a SqlDataReader.
Public method ExecuteScalar Execute the SQL command via ExecuteScalar() and returns the result.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperty Get a property from the property bag.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RollbackTransaction Rollback and discard all changes that were made during the transcation on this component.
Public method SetProperty Set a property bag property.
Public method SetTableStatus Set 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.
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Warehouse Namespace