SNAPSHOT_TRANSFER_TYPE

Specifies the method by which the snapshot files are transferred. SQL Server 2005 Compact Edition supports UNC and FTP transfer types.

Members

The following table lists and describes the enumerators of the SNAPSHOT_TRANSFER_TYPE enumeration and their corresponding values.

Member name Value Description

SNAPSHOT_TRANSFER_UNC

0

Snapshot files are accessed by the server agent by using a UNC share name.

SNAPSHOT_TRANSFER_FTP

1

Snapshot files are transferred between the server agent and SQL Server by using the FTP protocol.

See Also

Reference

SnapshotTransferType Property (Replication)

Other Resources

SQL Server Compact Edition Replication Programming

Help and Information

Getting SQL Server Compact Edition Assistance