ADOAdapterObjectClass.QueryOrSubmitWithInputOutput - Méthode
Ce type est le wrapper d’une coclasse ou d’un membre de coclasse requis par le code managé pour l’interopérabilité COM. Cette classe n’est pas destinée à être utilisée dans le code.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Public Overridable Function QueryOrSubmitWithInputOutput ( _
fInputIsNull As Boolean, _
bstrInputXML As String, _
fOutputIsNull As Boolean _
) As String
'Utilisation
Dim instance As ADOAdapterObjectClass
Dim fInputIsNull As Boolean
Dim bstrInputXML As String
Dim fOutputIsNull As Boolean
Dim returnValue As String
returnValue = instance.QueryOrSubmitWithInputOutput(fInputIsNull, _
bstrInputXML, fOutputIsNull)
public virtual string QueryOrSubmitWithInputOutput(
bool fInputIsNull,
string bstrInputXML,
bool fOutputIsNull
)
Paramètres
- fInputIsNull
Type : System.Boolean
- bstrInputXML
Type : System.String
- fOutputIsNull
Type : System.Boolean
Valeur renvoyée
Type : System.String
Implémentations
IDataAdapterMOM.QueryOrSubmitWithInputOutput(Boolean, String, Boolean)