Condividi tramite


Proprietà Parent

Gets the ServerGroup object that is the parent of the ServerGroupCollection object.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As ServerGroup
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroup
A ServerGroup object that is the parent of the ServerGroupCollection object.