Share via


ContentDeploymentJob.SqlSnapshotSetting property

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

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

Syntax

'Declaration
Public Property SqlSnapshotSetting As ContentDeploymentSqlSnapshotSetting
    Get
    Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As ContentDeploymentSqlSnapshotSetting

value = instance.SqlSnapshotSetting

instance.SqlSnapshotSetting = value
public ContentDeploymentSqlSnapshotSetting SqlSnapshotSetting { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentSqlSnapshotSetting

Remarks

The default value is None.

Setting the value to CreateNew when the SQL Server being used does not support snapshots will cause the content deployment job to fail during execution.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace

ContentDeploymentSqlSnapshotSetting