SqlCeReplication.PostSyncCleanup 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]

Gets or sets a value that selectively enables or disables the types of post sync cleanup operations that are performed.

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

Syntax

'Declaration
Public Property PostSyncCleanup As Short
    Get
    Set
'Usage
Dim instance As SqlCeReplication
Dim value As Short

value = instance.PostSyncCleanup

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

Property Value

Type: System.Int16
A value that specifies which post sync cleanup operations to perform. The Update Statistics operation (UpdateStats) and the Clean by Retention operation (CleanByRetention) can be selectively enabled or disabled. See the Remarks section for details.

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace