Share via


ApplicationRegistryConnection Members

Include Protected Members
Include Inherited Members

Provides data source connection information for an application-specific registry such as system name, entity name, user profile property name and so on.

The ApplicationRegistryConnection type exposes the following members.

Constructors

  Name Description
Public method ApplicationRegistryConnection(DataSource, String, String, String) Initializes a new instance of the ApplicationRegistryConnection class
Public method ApplicationRegistryConnection(DataSource, String, String, String, String) Initializes a new instance of the ApplicationRegistryConnection class

Top

Properties

  Name Description
Public property ConnectionName (Inherited from Connection.)
Public property DataSource (Inherited from Connection.)
Public property DomainName (Inherited from Connection.)
Public property EntityName
Public property FilterName
Public property IsMaster (Inherited from Connection.)
Public property LoginDomainName (Inherited from Connection.)
Public property SystemName
Public property Type (Inherited from Connection.)
Public property UserIDAttribute (Inherited from Connection.)
Public property UserProfilePropName

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field ds Specifies the DataSource object that represents the connection’s data source. (Inherited from Connection.)
Protected field isMaster (Inherited from Connection.)
Protected field type (Inherited from Connection.)
Protected field userIDAttribute (Inherited from Connection.)

Top

See Also

Reference

ApplicationRegistryConnection Class

Microsoft.Office.Server.UserProfiles Namespace