SmartAdmin.IsAvailabilityDB 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 Whether the DB is in AV group 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? IsAvailabilityDB { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Computed)>]
member this.IsAvailabilityDB : Nullable<bool> with get, set
Public Property IsAvailabilityDB As Nullable(Of Boolean)
Property Value
Bool.
- Attributes