SqlCeReplication.SnapshotTransferType Property

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

Controls how snapshot files are transferred from the Distributor to the computer running IIS. Snapshot files can be transferred using either the HTTP or the FTP protocol.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Property SnapshotTransferType As SnapshotTransferType
    Get
    Set
'Usage
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)

Property Value

Type: System.Data.SqlServerCe.SnapshotTransferType
The SnapshotTransferType value.

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace