Freigeben über


DeleteOrganizationRequest.DetachDatabase Property

Definition

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.

Applies to