SqlCeRemoteDataAccess Members

SqlCeRemoteDataAccess overview

Public Constructors

public constructorSqlCeRemoteDataAccess Constructor

Supported only by the .NET Compact Framework.

Overloaded. Initializes a new instance of the SqlCeRemoteDataAccess class.

Public Properties

public propertyInternetLogin

Supported only by the .NET Compact Framework.

Specifies the Microsoft Internet Information Services (IIS) login name used when connecting to the SQL Server CE Server Agent.
public propertyInternetPassword

Supported only by the .NET Compact Framework.

Specifies the Microsoft Internet Information Services (IIS) password used when connecting to the SQL Server CE Server Agent.
public propertyInternetProxyLogin

Supported only by the .NET Compact Framework.

Specifies the login name used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
public propertyInternetProxyPassword

Supported only by the .NET Compact Framework.

Specifies the password used when connecting to a proxy server (defined in the InternetProxyServer property) that requires authentication.
public propertyInternetProxyServer

Supported only by the .NET Compact Framework.

Specifies the proxy server to use when accessing the HTTP resource specified in the InternetUrl property.
public propertyInternetUrl

Supported only by the .NET Compact Framework.

Specifies the URL used to connect to the SQL Server CE Server Agent. The SQL Server CE Server Agent is the Microsoft Information Services (IIS) ISAPI DLL that connects the Microsoft SQL Server 2000 Windows CE Edition (SQL Server CE) client to the Microsoft SQL Server Database. This property must be specified.
public propertyLocalConnectionString

Supported only by the .NET Compact Framework.

Specifies the OLE DB connection string for the SQL Server CE database on the Microsoft Windows CE .NET-based device.

Public Methods

public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose

Supported only by the .NET Compact Framework.

Releases all unmanaged resources.
public methodEquals (inherited from Object)

Supported only by the .NET Compact Framework.

Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object)

Supported only by the .NET Compact Framework.

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object)

Supported only by the .NET Compact Framework.

Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodPull

Supported only by the .NET Compact Framework.

Overloaded.
public methodPush

Supported only by the .NET Compact Framework.

Overloaded.
public methodSubmitSql

Supported only by the .NET Compact Framework.

Submits SQL statements for execution on a database in Microsoft SQL Server on a remote server.
public methodToString (inherited from Object)

Supported only by the .NET Compact Framework.

Returns a String that represents the current Object.

Protected Methods

protected methodFinalize

Supported only by the .NET Compact Framework.

Overridden.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object)

Supported only by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

SqlCeRemoteDataAccess Class | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.