Share via


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

ContentDeploymentJobOverrideSettings members

Microsoft.SharePoint.Publishing.Administration namespace