DatabaseCopyIdParameter constructor
Initializes a new instance of the DatabaseCopyIdParameter class.
Overload list
Name | Description | |
---|---|---|
DatabaseCopyIdParameter() | Initializes a new instance of the DatabaseCopyIdParameter class. | |
DatabaseCopyIdParameter(INamedIdentity) | Initializes a new instance of the DatabaseCopyIdParameter class for the named database. | |
DatabaseCopyIdParameter(Database) | Initializes a new instance of the DatabaseCopyIdParameter class for the specified database. | |
DatabaseCopyIdParameter(String) | Initializes a new instance of the DatabaseCopyIdParameter class for the specified object. | |
DatabaseCopyIdParameter(ADObjectId) | Initializes a new instance of the DatabaseCopyIdParameter class for the specified Active Directory object. | |
DatabaseCopyIdParameter(DatabaseCopy) | Initializes a new instance of the DatabaseCopyIdParameter class for the specified database copy. | |
DatabaseCopyIdParameter(MailboxServer) | Initializes a new instance of the DatabaseCopyIdParameter class for the specified Mailbox server. | |
DatabaseCopyIdParameter(MailboxServerIdParameter) | Initializes a new instance of the DatabaseCopyIdParameter class for the specified Mailbox server. |
Top