MossConnection members

Defines a connection to a Microsoft SharePoint Server 2010 data source.

The MossConnection type exposes the following members.

Properties

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

Top

Methods

  Name Description
Public method Delete Deletes the connection. (Inherited from Connection.)
Public method Equals Compares this connection to another connection. (Inherited from Connection.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for the display name of the connection. (Inherited from Connection.)
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. (Inherited from Connection.)

Top

Fields

  Name Description
Protected field ds Represents the ConnectionManager object that is associated with the connection. (Inherited from Connection.)

Top

See also

Reference

MossConnection class

Microsoft.Office.Server.UserProfiles namespace