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 Mobile Books Online.

Platforms

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

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

System.Data.SqlServerCe Namespace