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
k3yetyhy.pubproperty(en-us,VS.90).gif CompressionLevel Specifies the amount of compression that will be used by the compression routines during Push and Pull operations.
k3yetyhy.pubproperty(en-us,VS.90).gif 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.
k3yetyhy.pubproperty(en-us,VS.90).gif ConnectionRetryTimeout Specifies how long (in seconds) the SQL Server Compact 3.5 SP1 client will continue to retry sending failed requests.
k3yetyhy.pubproperty(en-us,VS.90).gif ConnectTimeout Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits for a connection to the server.
k3yetyhy.pubproperty(en-us,VS.90).gif InternetLogin Specifies the Microsoft Internet Information Services (IIS) login name used when connecting to the SQL Server Compact 3.5 SP1 Server Agent.
k3yetyhy.pubproperty(en-us,VS.90).gif InternetPassword Specifies the Microsoft Internet Information Services (IIS) password used when connecting to the SQL Server Compact 3.5 SP1 Server Agent.
k3yetyhy.pubproperty(en-us,VS.90).gif InternetProxyLogin Specifies the login name used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
k3yetyhy.pubproperty(en-us,VS.90).gif InternetProxyPassword Specifies the password used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
k3yetyhy.pubproperty(en-us,VS.90).gif InternetProxyServer Specifies the proxy server to use when accessing the HTTP resource specified in the InternetUrl property.
k3yetyhy.pubproperty(en-us,VS.90).gif 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.
k3yetyhy.pubproperty(en-us,VS.90).gif LocalConnectionString Specifies the connection string for the SQL Server Compact 3.5 SP1 database.
k3yetyhy.pubproperty(en-us,VS.90).gif ReceiveTimeout Gets or sets the amount of time, in milliseconds, that the SqlCeRemoteDataAccess object waits for the response to a server request.
k3yetyhy.pubproperty(en-us,VS.90).gif 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
k3yetyhy.pubmethod(en-us,VS.90).gif Dispose Releases all unmanaged resources.
k3yetyhy.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
k3yetyhy.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
k3yetyhy.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
k3yetyhy.pubmethod(en-us,VS.90).gif 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.
k3yetyhy.pubmethod(en-us,VS.90).gif 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.
k3yetyhy.pubmethod(en-us,VS.90).gif k3yetyhy.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
k3yetyhy.pubmethod(en-us,VS.90).gif SubmitSql Submits SQL statements for execution on a database in SQL Server on a remote server.
k3yetyhy.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
k3yetyhy.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
k3yetyhy.protmethod(en-us,VS.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SqlCeRemoteDataAccess Class
System.Data.SqlServerCe Namespace