Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates the Command object that created the associated Recordset object.
Return Value
Returns a Variant that contains a Command object. Default is a null object reference.
Remarks
The ActiveCommand property is read-only.
If a Command object was not used to create the current Recordset, then a Null object reference is returned.
Use this property to find the associated Command object when you are given only the resulting Recordset object.
Applies To
See Also
ActiveCommand Property Example (VB)
ActiveCommand Property Example (JScript)
ActiveCommand Property Example (VC++)
Command Object (ADO)