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 名前空間