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

Compare with Current View Page History

Version 1 Current »

Description

Returns an object representing a collection of all stored procedures in the model.

Syntax

Public Function Procedures() As Procedures 

Example

Dim MyModel As Model
Dim AllProcs As Procedures

Set MyDiagram = DiagramManager.ActiveDiagram
Set MyModel = MyDiagram.Active.Model
AllProcs = MyModel.Procedures

See Also

  • No labels