DatabaseIdParameter members

Identifies an Exchange server database instance.

The DatabaseIdParameter type exposes the following members.

Constructors

  Name Description
Public method DatabaseIdParameter() Initializes a new instance of the DatabaseIdParameter class.
Public method DatabaseIdParameter(INamedIdentity) Initializes a new instance of the DatabaseIdParameter class named identity.
Public method DatabaseIdParameter(Database) Initializes a new instance of the DatabaseIdParameter class from the specified database.
Protected method DatabaseIdParameter(String) Initializes a new instance of the DatabaseIdParameter class from the specified database identity string.
Public method DatabaseIdParameter(ADObjectId) Initializes a new instance of the DatabaseIdParameter class from the specified Active Directory object identifier.
Public method DatabaseIdParameter(DatabaseCopyIdParameter) Initializes a new instance of the DatabaseIdParameter class from the specified database.

Top

Methods

  Name Description
Protected method Initialize When called from a derived class, initializes a DatabaseIdParameter instance with the specified database identifier.
Public methodStatic member Parse Returns a new instance of the DatabaseIdParameter class from the specified database identity string.
Public method ToString Returns the database identifier as a string. (Overrides ADIdParameter.ToString().)

Top

See also

Reference

DatabaseIdParameter class

Microsoft.Exchange.Configuration.Tasks namespace