ServerDatabase 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.SqlAnalysisDatabase
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.SqlEngineDatabase
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 ServerDatabase _
Inherits CatalogObject
public class ServerDatabase : CatalogObject
public ref class ServerDatabase : public CatalogObject
type ServerDatabase =
class
inherit CatalogObject
end
public class ServerDatabase extends CatalogObject
The ServerDatabase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerDatabase |
Top
Properties
Name | Description | |
---|---|---|
CatalogNode | (Inherited from CatalogObject.) | |
CatalogNodeFullPath | (Inherited from CatalogObject.) | |
CatalogResourceIdentifier | (Inherited from CatalogObject.) | |
Context | (Inherited from CatalogObject.) | |
Description | (Inherited from CatalogObject.) | |
DisplayName | (Inherited from CatalogObject.) | |
DisplayPath | (Inherited from CatalogObject.) | |
InitialCatalog | ||
IsDefault | (Inherited from CatalogObject.) | |
IsOnline | ||
Parent | (Inherited from CatalogObject.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from CatalogObject.) |
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