Sdílet prostřednictvím


IDataAdapterMOM.QueryOrSubmitWithInputOutput-Methode

Diese Methode wird für die interne Verwendung reserviert und ist nicht für die direkte Verwendung in Code bestimmt.

Diese Methode ist nicht CLS-kompatibel.  

Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in microsoft.office.interop.infopath.semitrust.dll)

Syntax

'Declaration
Function QueryOrSubmitWithInputOutput ( _
    fInputIsNull As Boolean, _
    bstrInputXML As String, _
    fOutputIsNull As Boolean _
) As String
'Usage
Dim instance As IDataAdapterMOM
Dim fInputIsNull As Boolean
Dim bstrInputXML As String
Dim fOutputIsNull As Boolean
Dim returnValue As String

returnValue = instance.QueryOrSubmitWithInputOutput(fInputIsNull, bstrInputXML, fOutputIsNull)
string QueryOrSubmitWithInputOutput (
    bool fInputIsNull,
    string bstrInputXML,
    bool fOutputIsNull
)

Parameter

  • fInputIsNull
  • bstrInputXML
  • fOutputIsNull

Siehe auch

Referenz

IDataAdapterMOM-Schnittstelle
IDataAdapterMOM-Member
Microsoft.Office.Interop.InfoPath.SemiTrust-Namespace