DatabaseIdParameter members
Identifies an Exchange server database instance.
The DatabaseIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseIdParameter() | Initializes a new instance of the DatabaseIdParameter class. | |
DatabaseIdParameter(INamedIdentity) | Initializes a new instance of the DatabaseIdParameter class named identity. | |
DatabaseIdParameter(Database) | Initializes a new instance of the DatabaseIdParameter class from the specified database. | |
DatabaseIdParameter(String) | Initializes a new instance of the DatabaseIdParameter class from the specified database identity string. | |
DatabaseIdParameter(ADObjectId) | Initializes a new instance of the DatabaseIdParameter class from the specified Active Directory object identifier. | |
DatabaseIdParameter(DatabaseCopyIdParameter) | Initializes a new instance of the DatabaseIdParameter class from the specified database. |
Top
Methods
Name | Description | |
---|---|---|
Initialize | When called from a derived class, initializes a DatabaseIdParameter instance with the specified database identifier. | |
Parse | Returns a new instance of the DatabaseIdParameter class from the specified database identity string. | |
ToString | Returns the database identifier as a string. (Overrides ADIdParameter.ToString().) |
Top