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."],[[["The latest version of the `StoredProcedureEntity` class is 2.5.0, part of the Database Migration v1 API within the `Google.Cloud.CloudDms.V1` namespace."],["`StoredProcedureEntity` represents a stored procedure within a database schema, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating a new `StoredProcedureEntity` or copying an existing one and has properties to store custom features and the SQL code for creating the stored procedure."],["The `SqlCode` property of the `StoredProcedureEntity` class holds the string value of the SQL used to create the stored procedure."],["The class definition and related documentation can be found within the `Google.Cloud.CloudDms.V1.dll` assembly."]]],[]]