SqlCeRemoteDataAccess Members
Initializes a new instance of the SqlCeRemoteDataAccess object. For more information about Remote Data Access, see the SQL Server Mobile Books Online.
The following tables list the members exposed by the SqlCeRemoteDataAccess type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeRemoteDataAccess | Overloaded. |
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 Mobile client will continue to retry sending failed requests. | |
InternetLogin | Specifies the Microsoft Internet Information Services (IIS) login name used when connecting to the SQL Server Mobile Server Agent. | |
InternetPassword | Specifies the Microsoft Internet Information Services (IIS) password used when connecting to the SQL Server Mobile 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 Mobile Server Agent. The SQL Server Mobile Server Agent is the Microsoft Information Services (IIS) ISAPI DLL that connects the SQL Server Mobile client to the Microsoft SQL Server Database. This property must be specified. | |
LocalConnectionString | Specifies the connection string for the SQL Server Mobile database. |
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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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 Mobile database. | |
Push | Overloaded. Transmits changes from a pulled tracked table in SQL Server Mobile 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