SqlCeRemoteDataAccess Members
Initializes a new instance of the SqlCeRemoteDataAccess object. For more information about Remote Data Access, see the SQL Server Compact Edition Books Online.
The following tables list the members exposed by the SqlCeRemoteDataAccess type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeRemoteDataAccess | Overloaded. Initializes a new instance of the SqlCeRemoteDataAccess object. |
Top
Public Properties
Name | Description | |
---|---|---|
CompressionLevel | Specifies the amount of compression that will be used by the compression routines during Push and Pull operations. | |
ConnectionManager | Enables the SqlCeRemoteDataAccess object to use the smart device's Connection Manager API to establish a network connection. The connection is released at the end of synchronization. | |
ConnectionRetryTimeout | Specifies how long (in seconds) the SQL Server Compact Edition client will continue to retry sending failed requests. | |
ConnectTimeout | Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits for a connection to the server. | |
InternetLogin | Specifies the Microsoft Internet Information Services (IIS) login name used when connecting to the SQL Server Compact Edition Server Agent. | |
InternetPassword | Specifies the Microsoft Internet Information Services (IIS) password used when connecting to the SQL Server Compact Edition Server Agent. | |
InternetProxyLogin | Specifies the login name used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication. | |
InternetProxyPassword | Specifies the password used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication. | |
InternetProxyServer | Specifies the proxy server to use when accessing the HTTP resource specified in the InternetUrl property. | |
InternetUrl | Specifies the URL used to connect to the SQL Server Compact Edition Server Agent. The SQL Server Compact Edition Server Agent is the Microsoft Internet Information Services (IIS) ISAPI DLL that connects the SQL Server Compact Edition client to the Microsoft SQL Server Database. This property must be specified. | |
LocalConnectionString | Specifies the connection string for the SQL Server Compact Edition database. | |
ReceiveTimeout | Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits for the response to a server request. | |
SendTimeout | Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits to send a request to the server. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Releases all unmanaged resources. | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
Pull | Overloaded. Downloads data from a remote Microsoft SQL Server database and stores that data in a single table in a local Microsoft SQL Server Compact Edition database. | |
Push | Overloaded. Transmits changes from a pulled tracked table in SQL Server Compact Edition back to the originating SQL Server table. These changes are individually applied to the server in separate transactions. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
SubmitSql | Submits SQL statements for execution on a database in Microsoft SQL Server on a remote server. | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
SqlCeRemoteDataAccess Class
System.Data.SqlServerCe Namespace