SubmitToHostAdapterObject members
Include protected members
Include inherited members
This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeSubmitToHostAdapter.
The SubmitToHostAdapterObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the data adapter that the SubmitToHostAdapter object represents. (Inherited from SubmitToHostAdapter.) | |
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. (Inherited from SubmitToHostAdapter.) | |
SubmitAllowed | The SubmitAllowed property is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns true. (Inherited from SubmitToHostAdapter.) |
Top
Methods
Name | Description | |
---|---|---|
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. (Inherited from SubmitToHostAdapter.) | |
Submit | Executes the submit operation on the SubmitToHostAdapter object. (Inherited from SubmitToHostAdapter.) |
Top