Sdílet prostřednictvím


IDataAdapterMOM.QueryOrSubmitWithInputOutput-Methode

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

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

Syntax

'Declaration
Function QueryOrSubmitWithInputOutput ( _
    <InAttribute> fInputIsNull As Boolean, _
    <InAttribute> bstrInputXML As String, _
    <InAttribute> 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 (
    [InAttribute] bool fInputIsNull,
    [InAttribute] string bstrInputXML,
    [InAttribute] bool fOutputIsNull
)

Parameter

  • fInputIsNull
  • bstrInputXML
  • fOutputIsNull

Siehe auch

Referenz

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