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
Public method Supported by the .NET Compact Framework SqlCeRemoteDataAccess Overloaded.  

Top

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework CompressionLevel Specifies the amount of compression that will be used by the compression routines during Push and Pull operations.
Public property Supported by the .NET Compact Framework 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.
Public property Supported by the .NET Compact Framework ConnectionRetryTimeout Specifies how long (in seconds) the SQL Mobile client will continue to retry sending failed requests.
Public property Supported by the .NET Compact Framework InternetLogin Specifies the Microsoft Internet Information Services (IIS) login name used when connecting to the SQL Server Mobile Server Agent.
Public property Supported by the .NET Compact Framework InternetPassword Specifies the Microsoft Internet Information Services (IIS) password used when connecting to the SQL Server Mobile Server Agent.
Public property Supported by the .NET Compact Framework InternetProxyLogin Specifies the login name used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
Public property Supported by the .NET Compact Framework InternetProxyPassword Specifies the password used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
Public property Supported by the .NET Compact Framework InternetProxyServer Specifies the proxy server to use when accessing the HTTP resource specified in the InternetUrl property.
Public property Supported by the .NET Compact Framework 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.
Public property Supported by the .NET Compact Framework LocalConnectionString Specifies the connection string for the SQL Server Mobile database.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Dispose Releases all unmanaged resources.
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework 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.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework 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.
Public method Supported by the .NET Compact Framework 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.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework SubmitSql Submits SQL statements for execution on a database in Microsoft SQL Server on a remote server.
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework 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.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

SqlCeRemoteDataAccess Class
System.Data.SqlServerCe Namespace