HadrAvailabilityGroupDatabaseOption.GroupName Property
Gets or sets the group name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property GroupName As Identifier
Get
Set
'Usage
Dim instance As HadrAvailabilityGroupDatabaseOption
Dim value As Identifier
value = instance.GroupName
instance.GroupName = value
public Identifier GroupName { get; set; }
public:
property Identifier^ GroupName {
Identifier^ get ();
void set (Identifier^ value);
}
member GroupName : Identifier with get, set
function get GroupName () : Identifier
function set GroupName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The group name.