Page History
Description
Type of the stored procedure. Valid values are: 0 = SQL Procedure, 1 = SQL Function, 2 = Basic Procedure, 3 = Basic Function. DATATYPE: Integer.
Property Type
- Read-write property
Syntax
Code Block | ||
---|---|---|
| ||
Public Property Text() As Variant |
Example
Dim MyProcedure As Procedure
...