DatabaseIdParameter Members

Include Protected Members
Include Inherited 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(DatabaseCopyIdParameter) Initializes a new instance of the DatabaseIdParameter class from the specified database.
Public method DatabaseIdParameter(INamedIdentity) Initializes a new instance of the DatabaseIdParameter class named identity.
Public method DatabaseIdParameter(ADObjectId) Initializes a new instance of the DatabaseIdParameter class from the specified Active Directory object identifer.
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.

Top

Properties

  Name Description
Protected property AdditionalQueryFilter (Inherited from ADIdParameter.)
Protected property IsSharedTenantConfigurationEnabled (Inherited from ADIdParameter.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) (Inherited from ADIdParameter.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) (Inherited from ADIdParameter.)
Public method GetType (Inherited from Object.)
Protected method Initialize When called from a derived class, initializes a DatabaseIdParameter instance with the specified database identifier.
Protected method IsMultitenancyEnabled (Inherited from ADIdParameter.)
Protected method IsSharedConfigurationEnabled (Inherited from ADIdParameter.)
Protected method IsWildcardDefined (Inherited from ADIdParameter.)
Protected method MemberwiseClone (Inherited from Object.)
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().)
Protected method UpdateInternalADObjectId (Inherited from ADIdParameter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IIdentityParameter.Initialize (Inherited from ADIdParameter.)
Explicit interface implemetationPrivate property IIdentityParameter.RawIdentity (Inherited from ADIdParameter.)

Top