Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagevb
Public Property Text() As Variant

Example

Dim MyProcedure As Procedure

...