This documentation is archived and is not being maintained.

TeamFoundationDatabaseProperties Class

System::Object
  Microsoft.TeamFoundation.Framework.Server::TeamFoundationDatabaseProperties

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

public ref class TeamFoundationDatabaseProperties

The TeamFoundationDatabaseProperties type exposes the following members.

  NameDescription
Public propertyConnectionStringThe SQL connection string for the database.
Public propertyDatabaseIdThe unique Id of the database.
Public propertyDatabaseNameThe name of the database.
Public propertyFlagsThe flags set on the database.
Public propertyLastTenantAddedThe datetime that the last tenant was added to this database.
Public propertyMaxTenantsThe maximum capacity of tenants allowed in the database.
Public propertyPoolNameThe pool that this database is a member of.
Public propertyServiceLevelThe service level of the database.
Public propertyStatusThe status of the database.
Public propertyStatusChangedDateThe date that the status was last changed.
Public propertyStatusReasonThe reason of the current status.
Public propertyTenantsThe number of registered partitions in the database.
Public propertyTenantsPendingDeleteThe number of partitions that are marked for deletion.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToString (Overrides Object::ToString().)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: