Description

Name of the stored procedure. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property Name() As Variant

Example

Dim MyProcedure As Procedure

Dim ProcName As String


ProcName = "MyStoredProcedure"

MyProcedure.Name = ProcName


  • No labels