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
<ParameterAttribute(Mandatory := False)> _
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
[ParameterAttribute(Mandatory = false)]
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.