Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The name of the SQL snapshot of source's content database to be used for export.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property SourceDatabaseSnapshotName As String
Get
Set
'Usage
Dim instance As ContentDeploymentJobOverrideSettings
Dim value As String
value = instance.SourceDatabaseSnapshotName
instance.SourceDatabaseSnapshotName = value
public string SourceDatabaseSnapshotName { get; set; }
Property Value
Type: System.String
See Also
Reference
ContentDeploymentJobOverrideSettings Class