ContentMigrationSettings.SetSourcePassword Method
Sets the password for the user account that is used to access the source database.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub SetSourcePassword ( _
password As String _
)
'Usage
Dim instance As ContentMigrationSettings
Dim password As String
instance.SetSourcePassword(password)
public void SetSourcePassword(
string password
)
Parameters
- password
Type: System.String
The source password.
See Also
Reference
ContentMigrationSettings Class