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
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 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
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.SemiTrust Namespace