MailboxServer.MaximumActiveDatabases property
Gets or sets the maximum number of databases that can be mounted on this Mailbox server.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MaximumActiveDatabases As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Nullable(Of Integer)
value = instance.MaximumActiveDatabases
instance.MaximumActiveDatabases = value
public Nullable<int> MaximumActiveDatabases { get; set; }
Property value
Type: System.Nullable<Int32>
The number of databases that can be mounted on this Mailbox server. This property can be a null reference (Nothing in Visual Basic).
Remarks
When the maximum number of databases is reached, the database copies on the server will not be activated if a failover or switchover occurs. If the copies are already active on a server, the server will not allow the databases to be mounted.