Microsoft.SqlServer.Management.RegisteredServers Namespace

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

The Microsoft.SqlServer.Management.RegisteredServers namespace, available with SQL Server 2008, supersedes the Microsoft.SqlServer.Management.RegisteredServers namespace.

Classes

ClassDescription
InvalidSqlServer2005StoreFormatExceptionThe InvalidSqlServer2005StoreFormatException class is an exception that is raised when the incorrect storage format is encountered.
RegisteredServerThe RegisteredServer class represents a SQL Server registered server.
RegisteredServer.KeyThe RegisteredServer.Key class represents the property that is associated with the object that is used to uniquely identify the object.
RegisteredServerCollectionThe >RegisteredServerCollection class represents a collection of >RegisteredServer objects that represent all the registered servers that are defined on the parent object.
RegisteredServerExceptionThe RegisteredServerException enumeration contains values that determine the kind of exception that was generated by the Registered Servers service.
RegisteredServersStoreThe >RegisteredServerStore class represents a SQL Server registered server store.
RegisteredServersStore.KeyThe RegisteredServersStore.Key class represents the property that is associated with the object that uniquely identifies the object.
ServerGroupThe ServerGroup class represents a SQL Server server group.
ServerGroup.KeyThe ServerGroup.Key class represents the property that is associated with the object that is used to uniquely identify the object.
ServerGroupCollectionThe >ServerGroupCollection class represents a collection of >ServerGroup objects that represent all the server groups that are defined on the parent object.
ServerGroupParentRepresents the server group parent object.
Delegates

DelegateDescription
RegisteredServersStore.ExceptionDelegateRepresents the delegate that is used to throw a registered server exception.
Enumerations

EnumerationDescription
CredentialPersistenceTypeThe CredentialPersistenceType enumeration contains values that are used to specify how the login and passwords are persisted.
RegisteredServerExceptionTypeThe RegisteredServerExceptionType enumeration contains values that are used to specify the type of registered server exception.
Tags :


Community Content

Thomas Lee
incorrect doc
text says "Microsoft.SqlServer.Management.RegisteredServers namespace, available with SQL Server 2008, supersedes the Microsoft.SqlServer.Management.RegisteredServers namespace" when it should say
"Microsoft.SqlServer.Management.RegisteredServers namespace, available with SQL Server 2008, supersedes the Microsoft.SqlServer.Management.Smo.RegisteredServers namespace"

but some examples of using the new namespace and assembly would be welcome !

Tags : contentbug

Page view tracker