Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.14 KB

File metadata and controls

42 lines (34 loc) · 2.14 KB
title Procedure Object (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
helpviewer_keywords
Procedure object [ADOX]
ms.assetid 927bcf3e-32f5-4a80-98d3-600779f0732e
author MightyPen
ms.author genemi

Procedure Object (ADOX)

Represents a stored procedure. When used in conjunction with the ADO Command object, the Procedure object can be used for adding, deleting, or modifying stored procedures.

Remarks

The Procedure object allows you to create a stored procedure without having to know or use the provider's "CREATE PROCEDURE" syntax.

With the properties of a Procedure object, you can:

  • Identify the procedure with the Name property.

  • Specify the ADO Command object that can be used to create or execute the procedure with the Command property.

  • Return date information with the DateCreated and DateModified properties.

This section contains the following topic.

See Also

Command and CommandText Properties Example (VB)
Parameters Collection, Command Property Example (VB)
Procedures Append Method Example (VB)
Procedures Delete Method Example (VB)
Procedures Collection (ADOX)