Database.AvailabilityGroupName Property

Gets the availability group name in the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailabilityGroupName As String 
    Get
'Usage
Dim instance As Database 
Dim value As String 

value = instance.AvailabilityGroupName
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public string AvailabilityGroupName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property String^ AvailabilityGroupName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member AvailabilityGroupName : string
function get AvailabilityGroupName () : String

Property Value

Type: System.String
The availability group name.

See Also

Reference

Database Class

Microsoft.SqlServer.Management.Smo Namespace