DeleteOrganizationRequest.DetachDatabase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to detach the Dynamics 365 database from the SQL Server instance.
public:
property bool DetachDatabase { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool DetachDatabase { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DetachDatabase : bool with get, set
Public Property DetachDatabase As Boolean
Property Value
Indicates whether to detach the Dynamics 365 database from the SQL Server instance.
true
to detach the database, otherwise, false
.
- Attributes
Remarks
This only removes the database from your deployment; it doesn’t delete the physical database on the server.