Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ServerGroup object that is the parent of the ServerGroupCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As ServerGroup
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup
A ServerGroup object that is the parent of the ServerGroupCollection object.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace