IDownstreamServer.GetChildServers Method ()
Applies To: Windows Server Update Services
Gets the downstream servers that synchronize directly from this server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DownstreamServerCollection GetChildServers()
DownstreamServerCollection^ GetChildServers()
abstract GetChildServers : unit -> DownstreamServerCollection
Function GetChildServers As DownstreamServerCollection
Return Value
Type: Microsoft.UpdateServices.Administration.DownstreamServerCollection
A DownstreamServerCollection of downstream servers that synchronize directly from this server.
See Also
IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top