Page History
Description
This is the name Name of the stored procedure. DATATYPE: String.
Property
...
Type
- Read-write property
Syntax
...
Code Block | ||
---|---|---|
| ||
Public Property Name() As Variant |
Example
Dim MyProcedure As Procedure Anchor
Dim ProcName As String Anchor
ProcName = "MyStoredProcedure" Anchor
MyProcedure.Name = ProcName
Info | ||
---|---|---|
| ||