AvailabilityGroupCollection.ItemById Method (Int32)

 

Applies To: SQL Server 2016 Preview

Extracts a member from the availability group collection using a system-defined, unique identifier.

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

Syntax

public AvailabilityGroup ItemById(
    int id
)
public:
AvailabilityGroup^ ItemById(
    int id
)
member ItemById : 
        id:int -> AvailabilityGroup
Public Function ItemById (
    id As Integer
) As AvailabilityGroup

Parameters

  • id
    Type: System.Int32

    The identifier of the availability group that is a member of the availability group collection.

Return Value

Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroup

The availability group that has the specified ID value.

See Also

AvailabilityGroupCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top