共用方式為


SnapshotTransferType 屬性

控制快照集檔案如何從「散發者」傳輸到執行 IIS 的電腦。可以使用 HTTP 或 FTP 通訊協定來傳輸快照集檔案。

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

語法

'宣告
Public Property SnapshotTransferType As SnapshotTransferType
    Get
    Set
'用途
Dim instance As SqlCeReplication
Dim value As SnapshotTransferType

value = instance.SnapshotTransferType

instance.SnapshotTransferType = value
public SnapshotTransferType SnapshotTransferType { get; set; }
public:
property SnapshotTransferType SnapshotTransferType {
    SnapshotTransferType get ();
    void set (SnapshotTransferType value);
}
member SnapshotTransferType : SnapshotTransferType with get, set
function get SnapshotTransferType () : SnapshotTransferType
function set SnapshotTransferType (value : SnapshotTransferType)

屬性值

型別:System.Data.SqlServerCe. . :: . .SnapshotTransferType
SnapshotTransferType 值。

請參閱

參考

SqlCeReplication類別

SqlCeReplication 成員

System.Data.SqlServerCe 命名空間