WarehouseDatabase Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.CatalogObject
    Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.ServerDatabase
      Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.WarehouseDatabase

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Class WarehouseDatabase _
    Inherits ServerDatabase
public class WarehouseDatabase : ServerDatabase
public ref class WarehouseDatabase : public ServerDatabase
type WarehouseDatabase =  
    class 
        inherit ServerDatabase 
    end
public class WarehouseDatabase extends ServerDatabase

The WarehouseDatabase type exposes the following members.

Constructors

  Name Description
Public method WarehouseDatabase

Top

Properties

  Name Description
Public property CatalogNode (Inherited from CatalogObject.)
Public property CatalogNodeFullPath (Inherited from CatalogObject.)
Public property CatalogResourceIdentifier (Inherited from CatalogObject.)
Public property Context (Inherited from CatalogObject.)
Public property DatabaseInstance
Public property Description (Inherited from CatalogObject.)
Public property DisplayName (Inherited from CatalogObject.)
Public property DisplayPath (Inherited from CatalogObject.)
Public property InitialCatalog (Inherited from ServerDatabase.)
Public property IsDefault (Inherited from CatalogObject.)
Public property IsOnline (Inherited from ServerDatabase.)
Public property Parent (Inherited from CatalogObject.)

Top

Methods

  Name Description
Public method As<T> (Inherited from CatalogObject.)
Protected method BuildDisplayPath (Inherited from CatalogObject.)
Protected method CreateCatalogObject<T> (Inherited from CatalogObject.)
Public method CreateChild<T>() (Inherited from CatalogObject.)
Public method CreateChild<T>(String) (Inherited from CatalogObject.)
Public method Delete (Inherited from CatalogObject.)
Public method DeleteChild (Inherited from CatalogObject.)
Public method DeleteChildren<T> (Inherited from CatalogObject.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
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.)
Protected method GetChild<T> (Inherited from CatalogObject.)
Protected method GetChildCollection<T> (Inherited from CatalogObject.)
Public method GetConnectionString
Protected method GetDependency<T> (Inherited from CatalogObject.)
Protected method GetDependencyCollection<T> (Inherited from CatalogObject.)
Protected method GetDependentsCollection<T> (Inherited from CatalogObject.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetParent<T> (Inherited from CatalogObject.)
Protected method GetProperty<T> (Inherited from CatalogObject.)
Protected method GetServiceReference (Inherited from CatalogObject.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize (Inherited from CatalogObject.)
Public method Is<T> (Inherited from CatalogObject.)
Protected method LocationAsUrl (Inherited from CatalogObject.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NotifyPropertyChanged (Inherited from CatalogObject.)
Protected method OnRefresh (Inherited from CatalogObject.)
Public method Preload() (Inherited from CatalogObject.)
Public method Preload(CatalogBulkData) (Inherited from CatalogObject.)
Protected method PreloadChild<T> (Inherited from CatalogObject.)
Protected method PreloadChildren<T> (Inherited from CatalogObject.)
Protected method QueryChild<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryDependents<T>() (Inherited from CatalogObject.)
Protected method QueryDependents<T>(Boolean, Boolean) (Inherited from CatalogObject.)
Protected method QueryParent<T> (Inherited from CatalogObject.)
Public method Refresh() (Inherited from CatalogObject.)
Public method Refresh(Boolean) (Inherited from CatalogObject.)
Public methodStatic member Register
Protected method Reset (Overrides CatalogObject.Reset().)
Protected method SetDependency<T> (Inherited from CatalogObject.)
Protected method SetProperty<T> (Inherited from CatalogObject.)
Protected method SetServiceRefence (Inherited from CatalogObject.)
Public method ToString (Inherited from CatalogObject.)

Top

Events

  Name Description
Public event PropertyChanged (Inherited from CatalogObject.)

Top

Fields

  Name Description
Public fieldStatic member ResourceTypeIdentifier

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.Framework.Server.Alm.Catalog.Objects Namespace