ActiveCommand プロパティ (ADO)

関連付けられた Recordset オブジェクトを作成した Command オブジェクトを示します。

戻り値

Command オブジェクトを含む Variant を返します。 既定値は、null オブジェクト参照です。

注釈

ActiveCommand プロパティは読み取り専用です。

現在の Recordset の作成に Command オブジェクトが使用されていなかった場合は、Null オブジェクト参照が返されます。

結果の Recordset オブジェクトのみが指定されている場合は、このプロパティを使用して、関連付けられている Command オブジェクトを検索します。

適用対象

Recordset オブジェクト (ADO)

参照

ActiveCommand プロパティの例 (VB)
ActiveCommand プロパティの例 (JScript)
ActiveCommand プロパティの例 (VC++)
Command オブジェクト (ADO)