DirectoryServiceConnection.RefreshSchema method

Sends a command to refrersh the MA schema from the AD/LDAP

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

Syntax

'Declaration
Public Sub RefreshSchema ( _
    password As SecureString _
)
'Usage
Dim instance As DirectoryServiceConnection
Dim password As SecureString

instance.RefreshSchema(password)
public void RefreshSchema(
    SecureString password
)

Parameters

See also

Reference

DirectoryServiceConnection class

DirectoryServiceConnection members

Microsoft.Office.Server.UserProfiles namespace