AvailabilityGroupCollection.Parent Propiedad
Gets the parent of the AvailabilityGroupCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As Server
Get
'Uso
Dim instance As AvailabilityGroupCollection
Dim value As Server
value = instance.Parent
public Server Parent { get; }
public:
property Server^ Parent {
Server^ get ();
}
member Parent : Server
function get Parent () : Server
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Server
The parent of the AvailabilityGroupCollection object.