SqlCeReplication.SnapshotTransferType 属性

此类型具有 SecurityCriticalAttribute 属性,该属性将其限制为仅供 .NET Framework 内部用于 Silverlight 类库。使用此类型的任何成员的应用程序代码都将引发 MethodAccessException。

[SECURITY CRITICAL]

控制如何将快照文件从分发服务器传输到运行 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 命名空间