DatabaseCopyIdParameter members
Identifies a copy of an Exchange database.
The DatabaseCopyIdParameter type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
AdditionalQueryFilter | Gets an additional filter that can be applied to a search. (Overrides ADIdParameter.AdditionalQueryFilter.) | |
RoleRestriction | Gets a value that restricts a search to a certain role. |
Top
Methods
Name | Description | |
---|---|---|
Initialize | Initializes a new instance of the DatabaseCopyIdParameter class for the specified object identifier. | |
Parse | Returns a new instance of the DatabaseCopyIdParameter class for the object identified by the specified string.. | |
ToString | Returns a string containing the database name and the server name. (Overrides ADIdParameter.ToString().) |
Top