Share via


Connection members

Represents a connection to a data source for a user profile.

The Connection type exposes the following members.

Properties

  Name Description
Protected property Changed Gets or sets a Boolean value that indicates whether the connection has changed.
Public property DisplayName Gets the display name of the connection.
Public property IsDirectoryService Gets a Boolean value that indicates whether the data source type is a directory service.
Public property Parent Gets the ConnectionManager object that is associated with the connection.
Public property PropertyMapping Gets the property mappings for the connection.
Public property Type Gets the data source type of the connection.

Top

Methods

  Name Description
Public method Delete Deletes the connection.
Public method Equals Compares this connection to another connection. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for the display name of the connection. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Update Updates the connection information.

Top

Fields

  Name Description
Protected field ds Represents the ConnectionManager object that is associated with the connection.

Top

See also

Reference

Connection class

Microsoft.Office.Server.UserProfiles namespace