SnapshotTransferType 列舉

控制快照檔案如何從散發者傳輸到執行 IIS 的電腦。

命名空間:  System.Data.SqlServerCe
組件:  System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)

語法

'宣告
Public Enumeration SnapshotTransferType
'用途
Dim instance As SnapshotTransferType
public enum SnapshotTransferType
public enum class SnapshotTransferType
type SnapshotTransferType
public enum SnapshotTransferType

成員

成員名稱 說明
UNC 將從伺服器上的通用命名慣例 (Universal Naming Convention,UNC) 共用傳輸快照檔案。這是預設值。
FTP 將透過 FTP 通訊協定傳輸快照檔案。

備註

如果未對複寫物件指定這個屬性,將使用 UNC 選項。

若要使用 FTP SnapshotTransferType,您必須設定散發者,以透過 FTP 通訊協定使用快照檔案。如需詳細資訊,請參閱《SQL Server Compact 線上叢書》。

請參閱

參考

System.Data.SqlServerCe 命名空間