Share via


FileTransferOption Enumeration

Enumerates the options for obtaining snapshot files.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration FileTransferOption
[ComVisibleAttribute(true)] 
public enum FileTransferOption
[ComVisibleAttribute(true)] 
public enum class FileTransferOption
/** @attribute ComVisibleAttribute(true) */ 
public enum FileTransferOption
ComVisibleAttribute(true) 
public enum FileTransferOption

Members

Member name Description
Ftp Snapshot files are downloaded using FTP.
Unc Snapshot files are accessed from a Universal Naming Convention (UNC) network share.

Remarks

Support has been dropped for creating subscriptions to Subscribers running Microsoft SQL Server version 7.0 that are initialized using File Transfer Protocol (FTP).

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Replication Namespace