SmartAdmin.IsDroppedDB Property

Definition

Gets Whether the DB is dropped This property only take effects when the current object represent management at DB Level

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Computed)]
public bool? IsDroppedDB { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Computed)>]
member this.IsDroppedDB : Nullable<bool> with get, set
Public Property IsDroppedDB As Nullable(Of Boolean)

Property Value

Bool.

Attributes

Applies to