public sealed class DropDatabaseRequest : IMessage<DropDatabaseRequest>, IEquatable<DropDatabaseRequest>, IDeepCloneable<DropDatabaseRequest>, IBufferMessage, IMessage
The request for
[DropDatabase][google.spanner.admin.database.v1.DatabaseAdmin.DropDatabase].
[[["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 page details the `DropDatabaseRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requests to drop a database in Google Cloud Spanner."],["The `DropDatabaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Protobuf and provide functionalities like deep cloning."],["This page lists various versions of the `DropDatabaseRequest` class, ranging from the latest `5.0.0-beta05` down to `3.5.0`, for different .NET Spanner Admin Database releases."],["The class `DropDatabaseRequest` has two constructors, `DropDatabaseRequest()` and `DropDatabaseRequest(DropDatabaseRequest other)`, and two properties, `Database` and `DatabaseAsDatabaseName`, which are relevant for defining which database is to be dropped."],["The class also inherits certain members from the Object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]