SqlServerRegistrations Class

Definition

Caution

Instead use namespace Microsoft.SqlServer.Management.RegisteredServers

Represents registered instances of SQL Server.

public ref class SqlServerRegistrations
[System.Obsolete("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public class SqlServerRegistrations
[<System.Obsolete("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type SqlServerRegistrations = class
Public Class SqlServerRegistrations
Inheritance
SqlServerRegistrations
Attributes

Constructors

SqlServerRegistrations()

Represents registered instances of SQL Server.

Properties

RegisteredServers

Gets a collection of registered servers.

ServerGroups

Gets a group of registered servers.

Methods

EnumRegisteredServers()

Returns an array of servers.

Refresh()

Refreshes registered server collection.

Applies to