SqlCeReplication.SaveProperties Method

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]

Retrieves all of the values stored in the SqlCeReplication class properties for the current subscription and stores them in a system table.

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

Syntax

'Declaration
Public Sub SaveProperties
'Usage
Dim instance As SqlCeReplication

instance.SaveProperties()
public void SaveProperties()
public:
void SaveProperties()
member SaveProperties : unit -> unit 
public function SaveProperties()

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace