Share via


SubmitToHostAdapterObject members

Include protected members
Include inherited members

Represents a connection for submitting data to a hosting environment.

The SubmitToHostAdapterObject type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the data adapter that the SubmitToHostAdapter object represents. (Inherited from SubmitToHostAdapter.)
Public property 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.)
Public property 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. (Inherited from SubmitToHostAdapter.)

Top

Methods

  Name Description
Public method 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.)
Public method Submit Executes the submit operation on the SubmitToHostAdapter object. (Inherited from SubmitToHostAdapter.)

Top

See also

Reference

SubmitToHostAdapterObject interface

Microsoft.Office.Interop.InfoPath namespace