ReplaceStoredProcedureInput 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.
Replace stored procedure (V2)
public class ReplaceStoredProcedureInput
type ReplaceStoredProcedureInput = class
Public Class ReplaceStoredProcedureInput
- Inheritance
-
ReplaceStoredProcedureInput
Constructors
| Name | Description |
|---|---|
| ReplaceStoredProcedureInput() | |
Properties
| Name | Description |
|---|---|
| FunctionDefinition |
Function that defines the stored procedure, e.g. 'function(params){ ... }' |
| Id |
Id of the existing stored procedure. |