ContentDeploymentSqlSnapshotSetting enumeration
SharePoint 2013
Specifies whether a content deployment job will use a SQL snapshot for the export operation.
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
| 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. |