You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

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

Property type

Read-write property

Syntax

Visual Basic

Public Property Name() As Variant

Example

Dim MyProcedure As Procedure
Dim ProcName As String
 
ProcName = "MyStoredProcedure"
MyProcedure.Name = ProcName

See Also

Procedure Object

  • No labels