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
type SnapshotTransferType
public enum SnapshotTransferType
Members
Member name | Description | |
---|---|---|
UNC | The snapshot file will be transferred from the Universal Naming Convention (UNC) share on the server. This is the default. | |
FTP | The snapshot file will be transferred via the FTP protocol. |
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 Compact Books Online.