DataSource.Add Method

Adds a connection to a data source from which to import user profiles.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Sub Add ( _
    connection As Connection _
)
'Usage
Dim instance As DataSource
Dim connection As Connection

instance.Add(connection)
public void Add(
    Connection connection
)

Parameters

Remarks

For more information about the choice of domain controller for a data source from which you want to import the user profile, see DataSource.Options. For more information about data sources and importing user profiles, see Importing User Profiles.

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Office.Server.UserProfiles Namespace