DatabaseCopyIdParameter constructor (Database)
Initializes a new instance of the DatabaseCopyIdParameter class for 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 DatabaseCopyIdParameter(database)
public DatabaseCopyIdParameter(
Database database
)
Parameters
database
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.DatabaseThe database.
See also
Reference
DatabaseCopyIdParameter members