Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.52 KB

File metadata and controls

39 lines (34 loc) · 1.52 KB
title Command Property (ADOX) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Procedure::Command
View::Command
helpviewer_keywords
Command property [ADOX]
ms.assetid bcc9146f-586f-4e69-9c10-863440c9cffa
author MightyPen
ms.author genemi

Command Property (ADOX)

Specifies an ADO Command object that can be used to create or execute the procedure.

Settings and Return Values

Sets or returns a valid ADO Command object.

Remarks

An error will occur when getting and setting this property if the provider does not support persisting commands.

Applies To

Procedure Object (ADOX) View Object (ADOX)

See Also

Command and CommandText Properties Example (VB)
Parameters Collection, Command Property Example (VB)
Views and Fields Collections Example (VB)
Views Collection, CommandText Property Example (VB)