Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace

The Microsoft.SqlServer.Management.Smo.RegisteredServers namespace contains classes that represent the SQL Server Registered Servers service.
Classes

ClassDescription
RegisteredServerThe RegisteredServer object represents a SQL Server registered server.Obsolete.
RegisteredServerCollectionThe RegisteredServerCollection class represents a collection of RegisteredServer objects that represent all the registered servers on the registered server group. Obsolete.
RegSvrCollectionBaseThe RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object. Obsolete.
RegSvrSmoObjectThe RegSvrSmoObject class is a class used in the construction Microsoft SQL Server registered server objects.Obsolete.
ServerGroupThe ServerGroup object represents a group of Microsoft SQL Server registered servers.Obsolete.
ServerGroupBaseThe ServerGroupBase class is a base class that is used in the construction of the ServerGroup class, which represents a group of Microsoft SQL Server registered servers.
ServerGroupCollectionThe ServerGroupCollection class represents a collection of ServerGroup objects that represent all the server groups on the server group. Obsolete.
Tags :


Community Content

Thomas Lee
Missing explanation

I think it is interesting to warn that this namespace is obsolete, but it would be very kind and useful to modify this page to tell that this namespace is "replaced" by Microsoft.SqlServer.Management.RegisteredServers

I discovered that when i discovered this link

http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.registeredservers.aspx

this content is following a thread in MSDN-us Sql Server Documentation

http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=4075567&SiteID=1&mode=1

I have remarked on this forum several threads about the compatibility between SMO 2005 and SMO 2008.

I understand that some namespaces have been displaced but it may provoke some problems when developers are creating SMO programs which must be compatible with the 2 versions 2005 and 2008

Anyway, i consider that the SMO documentation is bettering from the 2005 ==> 2008 documentation

Tags : contentbug

Thomas Lee
Moved to a new assembly
This namespace is with SQL Server 2008 moved to the assembly "Microsoft.SqlServer.SmoExtended".

Page view tracker