SnapshotTransferType Enumeration

Controls how snapshot files are transferred from the Distributor to the computer running IIS.

Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)

Syntax

'Declaration
Public Enumeration SnapshotTransferType
public enum SnapshotTransferType
public enum class SnapshotTransferType
public enum SnapshotTransferType
public enum SnapshotTransferType

Members

Member name Description
FTP The snapshot file will be transferred via the FTP protocol.
UNC The snapshot file will be transferred from the Universal Naming Convention (UNC) share on the server. This is the default.

Remarks

If this property is not specified for the Replication object, the UNC option will be used.

To use the FTP SnapshotTransferType, you must configure the Distributor to make the snapshot file available via the FTP protocol. For more information, see the SQL Server Compact 3.5 SP1 Books Online.

Platforms

Development Platforms

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Version Information
.NET Framework and NET Compact Framework
Supported in 3.5
.NET Framework
Supported in 3.0
.NET Compact Framework and .Net Framework
Supported in 2.0

See Also

Reference

System.Data.SqlServerCe Namespace