ImportStatus.DBUserCount Property
Gets the number of user records in the user profile database.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property DBUserCount As Long
Get
'Usage
Dim instance As ImportStatus
Dim value As Long
value = instance.DBUserCount
public long DBUserCount { get; }
Property Value
Type: System.Int64
The number of user records in the user profile database.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.