Compartir a través de


DatabaseIdParameter Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the DatabaseIdParameter class.

Overload List

  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