SmoApplication.SqlServerRegistrations Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The SmoApplication.SqlServerRegistrations class represents servers registered with an SmoApplication object.

The following tables list the members exposed by the SmoApplication.SqlServerRegistrations type.

Public Constructors

  Name Description
SmoApplication.SqlServerRegistrations Initializes a new instance of the SmoApplication.SqlServerRegistrations class.

Top

Public Properties

  Name Description
RegisteredServers Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server defined on the SmoApplication object.
ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server groups defined on the SmoApplication object.

Top

Public Methods

(see also Protected Methods )

  Name Description
EnumRegisteredServers Returns an enumerated list of the registered servers on the SmoApplication object.
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
Refresh Returns an enumerated list of the server groups on the SmoApplication object.
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SmoApplication.SqlServerRegistrations Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events