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