Parent Propiedad
Gets the ServerGroup object that is the parent of the ServerGroupCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As ServerGroup
Get
'Uso
Dim instance As ServerGroupCollection
Dim value As ServerGroup
value = instance.Parent
public ServerGroup Parent { get; }
public:
property ServerGroup^ Parent {
ServerGroup^ get ();
}
member Parent : ServerGroup
function get Parent () : ServerGroup
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroup
A ServerGroup object that is the parent of the ServerGroupCollection object.
Vea también