ServerGroup.GetDescendantRegisteredServers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method to flatten the hierarchy for a ServerGroup and return the complete list of descendant RegisteredServers.
public System.Collections.Generic.List<Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer> GetDescendantRegisteredServers ();
member this.GetDescendantRegisteredServers : unit -> System.Collections.Generic.List<Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer>
Public Function GetDescendantRegisteredServers () As List(Of RegisteredServer)