Meta Data Services Programming
Defining Methods
You can define a method definition object to represent methods in an information model. In addition to specifying methods, you can define parameters on a method and on script objects.
To define a method definition object, you can use the MethodDef class or the IMethodDef interface for COM programs, or the MethodDef object for Automation programs.
The following topics provide more information about defining methods and scripts.
Topic | Description |
---|---|
Defining a Parameter | Explains how to define a parameter |
Defining Script Objects | Explains how to define a script object that provides the implementation code for a method |