SqlCeReplication Members
Public Constructors
SqlCeReplication Constructor
Supported only by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlCeReplication class. |
Public Properties
Distributor
Supported only by the .NET Compact Framework. |
Specifies the SQL Server Distributor. |
DistributorAddress
Supported only by the .NET Compact Framework. |
Specifies the network address used when the SQL Server Reconcileris connecting to the Distributor. |
DistributorLogin
Supported only by the .NET Compact Framework. |
Specifies the login name used when connecting to the Distributor. |
DistributorNetwork
Supported only by the .NET Compact Framework. |
Specifies the network protocol used when the SQL Server Reconciler communicates with the Distributor. |
DistributorPassword
Supported only by the .NET Compact Framework. |
Specifies the login password used when connecting to the Distributor. |
DistributorSecurityMode
Supported only by the .NET Compact Framework. |
Specifies the security mode used when connecting to the Distributor. |
ExchangeType
Supported only by the .NET Compact Framework. |
Specifies whether the synchronization between the Publisher and the Subscriber is bi-directional or upload only. |
HostName
Supported only by the .NET Compact Framework. |
Sets the host name used for the device when connecting to the Publisher. |
InternetLogin
Supported only by the .NET Compact Framework. |
Specifies the login name used when connecting to the SQL Server CE Server Agent. |
InternetPassword
Supported only by the .NET Compact Framework. |
Specifies the password used when connecting to the SQL Server CE Server Agent. |
InternetProxyLogin
Supported only by the .NET Compact Framework. |
Specifies the login name used when connecting to an InternetProxyServer that requires authentication. |
InternetProxyPassword
Supported only by the .NET Compact Framework. |
Specifies the password used when connecting to an InternetProxyServer that requires authentication. |
InternetProxyServer
Supported only by the .NET Compact Framework. |
Specifies the proxy server to use when accessing the HTTP resource specified in the InternetUrl property. |
InternetUrl
Supported only by the .NET Compact Framework. |
Specifies the URL used to connect to the SQL Server CE Server Agent. |
LoginTimeout
Supported only by the .NET Compact Framework. |
Specifies the maximum number of seconds to wait for connections to be established. |
ProfileName
Supported only by the .NET Compact Framework. |
Specifies the name of the agent profile at the Distributor to be used by the SqlCeReplication object. |
Publication
Supported only by the .NET Compact Framework. |
Specifies the publication name that has been enabled for anonymous merge subscriptions. |
Publisher
Supported only by the .NET Compact Framework. |
Specifies the name of the Publisher. The Publisher is the computer that is running SQL Server and that contains the publication. |
PublisherAddress
Supported only by the .NET Compact Framework. |
Specifies the network address used when connecting to the Publisher. |
PublisherChanges
Supported only by the .NET Compact Framework. |
Specifies the total number of Publisher changes applied at the Subscriber when the Synchronize method was last called. |
PublisherConflicts
Supported only by the .NET Compact Framework. |
Specifies the total number of conflicts that occurred at the Publisher when the Synchronize method was last called. |
PublisherDatabase
Supported only by the .NET Compact Framework. |
Specifies the name of the publication database. |
PublisherLogin
Supported only by the .NET Compact Framework. |
Specifies the login name used when connecting to the Publisher. |
PublisherNetwork
Supported only by the .NET Compact Framework. |
Specifies the network protocol used when the SQL Server Replication Provider communicates with the Publisher. |
PublisherPassword
Supported only by the .NET Compact Framework. |
Specifies the login password used when connecting to the Publisher. |
PublisherSecurityMode
Supported only by the .NET Compact Framework. |
Specifies the security mode used when connecting to the Publisher. |
QueryTimeout
Supported only by the .NET Compact Framework. |
Specifies the number of seconds allowed for internal queries to complete. |
Subscriber
Supported only by the .NET Compact Framework. |
Specifies the name of the Subscriber. |
SubscriberChanges
Supported only by the .NET Compact Framework. |
Specifies the total number of Subscriber changes applied at the Publisher when the Synchronize method was last called. |
SubscriberConnectionString
Supported only by the .NET Compact Framework. |
Specifies the OLE DB connection string for the SQL Server CE database on the Windows CE .NET-based device. |
Validate
Supported only by the .NET Compact Framework. |
Specifies the type of data validation SQL Server CE replication performs while synchronizing. |
Public Methods
AddSubscription
Supported only by the .NET Compact Framework. |
Creates a new anonymous subscription to an existing Microsoft SQL Server publication. After calling the AddSubscription method, the application must call the Synchronize method to synchronize the new subscription to the publication based on the latest snapshot. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose
Supported only by the .NET Compact Framework. |
Releases all native resources. |
DropSubscription
Supported only by the .NET Compact Framework. |
Drops the subscription to a SQL Server publication and optionally deletes the SQL Server CE database from the Windows CE .NET-based device. |
Equals (inherited from Object)
Supported only by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object)
Supported only by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object)
Supported only by the .NET Compact Framework. |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ReinitializeSubscription
Supported only by the .NET Compact Framework. |
Marks a subscription for reinitialization. After calling ReinitializeSubscription, an application must call the Synchronize method to download the latest snapshot of the publication to the device. |
Synchronize
Supported only by the .NET Compact Framework. |
Invokes merge replication between the SQL Server CE subscription and the SQL Server Publisher. |
ToString (inherited from Object)
Supported only by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Protected Methods
Finalize
Supported only by the .NET Compact Framework. |
Overridden. Releases the resources held by this instance.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported only by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
See Also
SqlCeReplication Class | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.