ContentMigrationSettings.SourceDatabaseServer Property
Gets the source database server name.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property SourceDatabaseServer As String
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String
value = instance.SourceDatabaseServer
instance.SourceDatabaseServer = value
public string SourceDatabaseServer { get; set; }
Property Value
Type: System.String
The name of the source database server.
See Also
Reference
ContentMigrationSettings Class