次の方法で共有


BDCAdapterObjectClass.QueryOrSubmitWithInputOutput メソッド

定義

この型は、COM の相互運用性を得るためにマネージ コードが必要とするコクラスまたはコクラス メンバのラッパーです。 このクラスは、ユーザー コード内で直接使用することを意図したものではありません。

public:
 virtual System::String ^ QueryOrSubmitWithInputOutput(bool fInputIsNull, System::String ^ bstrInputXML, bool fOutputIsNull) = Microsoft::Office::Interop::InfoPath::IDataAdapterMOM::QueryOrSubmitWithInputOutput;
public virtual string QueryOrSubmitWithInputOutput (bool fInputIsNull, string bstrInputXML, bool fOutputIsNull);
abstract member QueryOrSubmitWithInputOutput : bool * string * bool -> string
override this.QueryOrSubmitWithInputOutput : bool * string * bool -> string
Public Overridable Function QueryOrSubmitWithInputOutput (fInputIsNull As Boolean, bstrInputXML As String, fOutputIsNull As Boolean) As String

パラメーター

fInputIsNull
Boolean
bstrInputXML
String
fOutputIsNull
Boolean

戻り値

String を返します。

実装

適用対象