public sealed class StoredProcedureEntity : IMessage<StoredProcedureEntity>, IEquatable<StoredProcedureEntity>, IDeepCloneable<StoredProcedureEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class StoredProcedureEntity.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `StoredProcedureEntity` class within the Google Cloud Database Migration v1 API."],["The `StoredProcedureEntity` class represents a stored procedure, whose parent is a schema, within the context of database migration."],["The document provides the current `StoredProcedureEntity` version (2.4.0) as well as links to older versions, all the way back to version 1.0.0, and to the most current version, 2.5.0."],["`StoredProcedureEntity` includes properties like `CustomFeatures` (of type Struct) and `SqlCode` (of type string), along with constructors and inherited members from the base `object`."],["The documentation lists the interfaces implemented by the class, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing insights into its capabilities and behavior."]]],[]]