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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eStoredProcedureEntity\u003c/code\u003e class is 2.5.0, part of the Database Migration v1 API within the \u003ccode\u003eGoogle.Cloud.CloudDms.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStoredProcedureEntity\u003c/code\u003e represents a stored procedure within a database schema, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating a new \u003ccode\u003eStoredProcedureEntity\u003c/code\u003e or copying an existing one and has properties to store custom features and the SQL code for creating the stored procedure.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSqlCode\u003c/code\u003e property of the \u003ccode\u003eStoredProcedureEntity\u003c/code\u003e class holds the string value of the SQL used to create the stored procedure.\u003c/p\u003e\n"],["\u003cp\u003eThe class definition and related documentation can be found within the \u003ccode\u003eGoogle.Cloud.CloudDms.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Database Migration v1 API - Class StoredProcedureEntity (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.4.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.3.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.2.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.1.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.0.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.2.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.1.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.0.0/Google.Cloud.CloudDms.V1.StoredProcedureEntity) \n\n public sealed class StoredProcedureEntity : IMessage\u003cStoredProcedureEntity\u003e, IEquatable\u003cStoredProcedureEntity\u003e, IDeepCloneable\u003cStoredProcedureEntity\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Database Migration v1 API class StoredProcedureEntity.\n\nStored procedure's parent is a schema. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StoredProcedureEntity \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StoredProcedureEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.StoredProcedureEntity), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StoredProcedureEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.StoredProcedureEntity), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StoredProcedureEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.StoredProcedureEntity), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudDms.V1](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudDms.V1.dll\n\nConstructors\n------------\n\n### StoredProcedureEntity()\n\n public StoredProcedureEntity()\n\n### StoredProcedureEntity(StoredProcedureEntity)\n\n public StoredProcedureEntity(StoredProcedureEntity other)\n\nProperties\n----------\n\n### CustomFeatures\n\n public Struct CustomFeatures { get; set; }\n\nCustom engine specific features.\n\n### SqlCode\n\n public string SqlCode { get; set; }\n\nThe SQL code which creates the stored procedure."]]