SqlCeRemoteDataAccess Properties

Include Protected Members
Include Inherited Members

The SqlCeRemoteDataAccess type exposes the following members.

Properties

  Name Description
Public property CompressionLevel Specifies the amount of compression that will be used by the compression routines during Push and Pull operations.
Public property 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 ConnectionRetryTimeout Specifies how long (in seconds) the SQL Server Compact client will continue to retry sending failed requests.
Public property ConnectTimeout Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits for a connection to the server.
Public property InternetLogin Specifies the Microsoft Internet Information Services (IIS) login name used when connecting to the SQL Server Compact Server Agent.
Public property InternetPassword Specifies the Microsoft Internet Information Services (IIS) password used when connecting to the SQL Server Compact Server Agent.
Public property InternetProxyLogin Specifies the login name used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
Public property InternetProxyPassword Specifies the password used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
Public property InternetProxyServer Specifies the proxy server to use when accessing the HTTP resource specified in the InternetUrl property.
Public property InternetUrl Specifies the URL used to connect to the SQL Server Compact Server Agent. The SQL Server Compact Server Agent is the Microsoft Internet Information Services (IIS) ISAPI DLL that connects the SQL Server Compact client to the Microsoft SQL Server Database. This property must be specified.
Public property LocalConnectionString Specifies the connection string for the SQL Server Compact database.
Public property ReceiveTimeout Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits for the response to a server request.
Public property SendTimeout Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits to send a request to the server.

Top

See Also

Reference

SqlCeRemoteDataAccess Class

System.Data.SqlServerCe Namespace