Versions Compared

Key

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

Description

This is the name Name of the stored procedure. DATATYPE: String.

Property

...

Type

  • Read-write property

Syntax

...

Code Block
languagevb
Public Property Name() As Variant

Example

Dim MyProcedure As Procedure
Anchorwp1022588wp1022588

Dim ProcName As String
Anchorwp1022589wp1022589 
Anchorwp1022590wp1022590


ProcName = "MyStoredProcedure"
Anchorwp1022591wp1022591

MyProcedure.Name = ProcName


Info
titleSee Also