Public Methods
Get all the BoundAttachments of this Procedure. |
|
Returns the collection of Object Permissions for this object. |
|
Sets the Text (SQL) for the Procedure. Returns the validation error message or none if validated succesfully. PARAMETERS: NewText as String. RETURN DATATYPE: String. |
|
Returns a collection of User Comments associated with this object. |
Public Properties
This is the description of the stored procedure. DATATYPE: String. |
|
GUID of the stored procedure. This GUID is assigned by ER/Studio. Each stored procedure has a unique GUID. DATATYPE: String. |
|
ID of the stored procedure. This ID is assigned by ER/Studio. Each stored procedure in a diagram has a unique ID. DATATYPE: Integer. |
|
This is the name of the stored procedure. DATATYPE: String. |
|
This is the Owner of the stored procedure. DATATYPE: String. |
|
This is the body text (SQL) of the stored procedure. DATATYPE: String. |
|
This is the type of the stored procedure. The possible values are: SQL Procedure - 0, SQL Function - 1, Basic Procedure - 2, Basic Function - 3. DATATYPE: Integer. |