Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
databaseCopy As DatabaseCopyIdParameter _
)
'Usage
Dim databaseCopy As DatabaseCopyIdParameter
Dim instance As New DatabaseIdParameter(databaseCopy)
public DatabaseIdParameter(
DatabaseCopyIdParameter databaseCopy
)
Parameters
databaseCopy
Type: Microsoft.Exchange.Configuration.Tasks.DatabaseCopyIdParameterThe copy of the database used to create the new instance.