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
'Usage
Dim instance As SnapshotTransferType
public enum SnapshotTransferType
public enum class SnapshotTransferType
public enum SnapshotTransferType
public enum SnapshotTransferType

Members

  Member name Description
Supported by the .NET Compact Framework FTP The snapshot file will be transferred via the FTP protocol. 
Supported by the .NET Compact Framework 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 Edition Books Online.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

.NET Compact Framework

Supported in: 2.0

See Also

Reference

System.Data.SqlServerCe Namespace