ContentDeploymentJobOverrideSettings.SourceDatabaseSnapshotName Property
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