DatabaseIdParameter Constructor (Database)
Initializes a new instance of the DatabaseIdParameter class from the specified database.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
database As Database _
)
'Usage
Dim database As Database
Dim instance As New DatabaseIdParameter(database)
public DatabaseIdParameter(
Database database
)
Parameters
- database
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.Database
The database to identify.