CreateStoredProcedureInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create stored procedure (V2)
public class CreateStoredProcedureInput
type CreateStoredProcedureInput = class
Public Class CreateStoredProcedureInput
- Inheritance
-
CreateStoredProcedureInput
Constructors
| Name | Description |
|---|---|
| CreateStoredProcedureInput() | |
Properties
| Name | Description |
|---|---|
| FunctionDefinition |
Function that defines the stored procedure, e.g. 'function(params){ ... }' |
| Id |
New id of the stored procedure. |