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
Public Property Text() As Variant
Example
Dim MyProcedure As Procedure
Dim ProcText As String
MyProcedure.Text = ProcText
See Also