Connection members
Represents a connection to a data source for a user profile.
The Connection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Changed | Gets or sets a Boolean value that indicates whether the connection has changed. |
![]() |
DisplayName | Gets the display name of the connection. |
![]() |
IsDirectoryService | Gets a Boolean value that indicates whether the data source type is a directory service. |
![]() |
Parent | Gets the ConnectionManager object that is associated with the connection. |
![]() |
PropertyMapping | Gets the property mappings for the connection. |
![]() |
Type | Gets the data source type of the connection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the connection. |
![]() |
Equals | Compares this connection to another connection. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for the display name of the connection. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Updates the connection information. |
Top
Fields
Name | Description | |
---|---|---|
![]() |
ds | Represents the ConnectionManager object that is associated with the connection. |
Top