SubmitToHostAdapter Interface

Definition

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSubmitToHostAdapterObject.

public interface class SubmitToHostAdapter
[System.Runtime.InteropServices.Guid("096CD739-0786-11D1-95FA-0080C78EE3BB")]
public interface SubmitToHostAdapter
type SubmitToHostAdapter = interface
Public Interface SubmitToHostAdapter
Derived
Attributes

Properties

Name

Gets the name of the data adapter that the SubmitToHostAdapter object represents.

QueryAllowed

The QueryAllowed property is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns false.

SubmitAllowed

The SubmitAllowed property is available for the SubmitToHostAdapterr object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns true.

Methods

Query()

The Query method is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.

Submit()

Executes the submit operation on the SubmitToHostAdapter object.

Applies to