SqlCeReplication.SnapshotTransferType プロパティ

この型には、SecurityCriticalAttribute 属性があるため、Silverlight クラス ライブラリでは .NET Framework による内部使用のみに制限されます。この型のいずれかのメンバーをアプリケーション コードで使用すると、MethodAccessException がスローされます。

[セキュリティ クリティカル]

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 クラス

System.Data.SqlServerCe 名前空間