このメンバは、内部の使用に予約されています。コードから直接使用するためのものではありません。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
Function QueryOrSubmitWithInputOutput ( _
<InAttribute> fInputIsNull As Boolean, _
<InAttribute> bstrInputXML As String, _
<InAttribute> fOutputIsNull As Boolean _
) As String
'使用
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
)
パラメータ
- fInputIsNull
- bstrInputXML
- fOutputIsNull
関連項目
参照
IDataAdapterMOM インターフェイス
IDataAdapterMOM のメンバ
Microsoft.Office.Interop.InfoPath 名前空間