ImportStatus Members
Include Protected Members
Include Inherited Members
Represents the status of a user profile import operation.
The ImportStatus type exposes the following members.
Properties
Name | Description | |
---|---|---|
CrawlInProgressType | Gets the type of crawl that is currently in progress to import user profile data from the Active Directory directory service. | |
CrawlStatus | Gets the status of the current crawl used to import user profile data from the Active Directory directory service. | |
DBUserCount | Gets the number of user records in the user profile database. | |
LastCrawlErrors | Gets the errors that occurred during the last crawl used to import user profile data from the Active Directory directory service. | |
LastCrawlSeedStatus | Gets the error code for the last import of user profile data from the Active Directory directory service. | |
LastCrawlSuccesses | Gets the number of users that were successfully imported during the latest import of user profile data from the Active Directory directory service. | |
LastCrawlTime | Gets the date and time of the last crawl used to gather user profile data from the Active Directory directory service. | |
LastCrawlType | Gets the type of the current crawl to use to import user profile data from the Active Directory directory service. | |
LastImportStopped | ||
LastImportType | Gets the last profile import type used to import user profile data from the Active Directory directory service. | |
LastLogEntry | Gets the description for the error code in the LastCrawlSeedStatus property when gathering user profile data from the Active Directory directory service. | |
LastStartCrawlTime | Gets the start date and time of the last crawl used to import user profile data from the Active Directory directory service. | |
MembershipLastCrawlSuccesses | Gets the number of memberships that were successfully imported during the latest import of user profile data from the Active Directory directory service. | |
MembershipLastCrawlTime | ||
MembershipLastStartCrawlTime |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top