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 and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines two constructors for creating `StoredProcedureEntity` objects: a default constructor and a copy constructor that takes another `StoredProcedureEntity` instance as a parameter."],["Two properties are detailed, `CustomFeatures`, which accepts a `Struct` type to represent custom engine-specific features, and `SqlCode`, which accepts a `string` and represents the SQL code for the stored procedure."],["This page contains the documentation of version 2.1.0, but it lists previous versions going all the way back to 1.0.0, and up to the latest version 2.5.0."]]],[]]