ContentDeploymentSqlSnapshotSetting Enumeration

Specifies whether a content deployment job will use a SQL snapshot for the export operation.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Enumeration ContentDeploymentSqlSnapshotSetting
'Usage
Dim instance As ContentDeploymentSqlSnapshotSetting
public enum ContentDeploymentSqlSnapshotSetting

Members

Member name Description
None Indicates that the SQL snapshot will not be used for the currente export.
CreateNew Represents a new SQL snapshot that will be created and used for the export phase of content deployment.

The snapshot that is created will be deleted when export is done.

If the SQL Server that is being used does not support snapshots, using this option will cause the content deployment job to fail.

See Also

Reference

Microsoft.SharePoint.Publishing.Administration Namespace

ContentDeploymentJob