SqlCeRemoteDataAccess Members
Initializes a new instance of the SqlCeRemoteDataAccess object. For more information about Remote Data Access, see Using Remote Data Access (RDA).
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 3.5 SP1 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 3.5 SP1 Server Agent. | |
InternetPassword | Specifies the Microsoft Internet Information Services (IIS) password used when connecting to the SQL Server Compact 3.5 SP1 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 3.5 SP1 Server Agent. The SQL Server Compact 3.5 SP1 Server Agent is the Microsoft Internet Information Services (IIS) ISAPI DLL that connects the SQL Server Compact 3.5 SP1 client to the Microsoft SQL Server Database. This property must be specified. | |
LocalConnectionString | Specifies the connection string for the SQL Server Compact 3.5 SP1 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. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
Pull | Overloaded. Downloads data from a remote SQL Server database and stores that data in a single table in a local SQL Server Compact 3.5 SP1 database. | |
Push | Overloaded. Transmits changes from a pulled tracked table in SQL Server Compact 3.5 SP1 back to the originating SQL Server table. These changes are individually applied to the server in separate transactions. | |
ReferenceEquals | (inherited from Object ) | |
SubmitSql | Submits SQL statements for execution on a database in SQL Server on a remote server. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SqlCeRemoteDataAccess Class
System.Data.SqlServerCe Namespace