Description
Body text (SQL) of the stored procedure. DATATYPE: String.
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
Body text (SQL) of the stored procedure. DATATYPE: String.
Public Property Text() As Variant
Dim MyProcedure As Procedure
Dim ProcText As String
MyProcedure.Text = ProcText
See Also
Copyright © 2004-2024 IDERA, Inc.