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 available versions of the documentation for the `StoredProcedureEntity` range from 1.0.0 to 2.5.0, with 2.5.0 being the latest."],["`StoredProcedureEntity` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, also inheriting from the base `object` class."],["Key properties of `StoredProcedureEntity` include `CustomFeatures` for engine-specific features and `SqlCode` for the SQL creation code."]]],[]]