DataSource.Remove Method
Removes an Active Directory directory service domain controller.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub Remove ( _
name As String _
)
'Usage
Dim instance As DataSource
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
Parameters
- name
Type: System.String
Name of the domain controller to remove.
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.