DataSource Members
Include Protected Members
Include Inherited Members
Represents a data source that a user profile will be imported from.
The DataSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
Connections | Gets the connections from which to import user profiles. | |
DefaultContentAccessAcount | Gets the default access account from which to import user profiles. | |
DefaultUserID | Gets the default user identifier used to access the data source for importing user profiles. | |
Description | Gets or sets the description of the data source from which to import user profiles. | |
Item | Gets or sets the indexer for retrieving the domain controller defined within the data source for importing user profiles. | |
ManagerFormatInAD | Gets or sets the format of the manager name in the Active Directory directory service. | |
PropertyMapping | Gets or sets the property mapping information for the data source for importing user profiles. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a connection to a data source from which to import user profiles. | |
Commit | Commits changes made to the data source to the user profile database. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes an Active Directory directory service domain controller. | |
SetDefaultImportAccount | Sets the account for the import. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
DefaultActiveDirectoryUserFilter | Specifies the default Active Directory directory service filter for the user profile. | |
DefaultActiveDirectoryUserMapping | Specifies the default Active Directory directory service property mapping for the user profile. | |
DefaultLDAPUserFilter | Specifies the default Lightweight Directory Access Protocol (LDAP) directory service filter for the user profile. | |
DefaultLDAPUserMapping | Specifies the default Lightweight Directory Access Protocol (LDAP) directory service property mapping for the user profile. |
Top