SNAPSHOT_TRANSFER_TYPE

Specifies the method by which the snapshot files are transferred. SQL Server Compact 3.5 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

Replication Programming (SQL Server Compact)

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)