FileTransferType Property

Replication Programming

Replication Programming

FileTransferType Property

The FileTransferType property returns or sets how the snapshot file is transferred.

Applies To

SQLDistribution Object

SQLMerge Object

Syntax

object.FileTransferType [= value]

Part Description
object Expression that evaluates to an object in the Applies To list.
value Value from the FILE_TRANSFER_TYPE enumeration.
Remarks

The file transfer options are FTP and UNC (network file copy).

Data Type

FILE_TRANSFER_TYPE

Modifiable

Read/write

Prototype (C/C++)

HRESULT FileTransferType(FILE_TRANSFER_TYPE pVal);

HRESULT FileTransferType(FILE_TRANSFER_TYPE* pVal);