Microsoft.SqlServer.Management.RegisteredServers Namespace
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.
Classes
| AzureDataStudioConnection |
Represents a SQL server connection stored in Azure Data Studio settings |
| AzureDataStudioConnectionGroup |
Represents a connection group saved in Azure Data Studio settings |
| AzureDataStudioConnectionStore |
Represents Azure Data Studio saved connections |
| DuplicateFoundEventArgs |
The event args of the event raised when user attempts to import a registered server or a server group that already exists in the local store |
| InvalidSqlServer2005StoreFormatException |
Exception thrown when upgrading from SqlServer2005 |
| RegisteredServer |
Represents a server connection saved to a registered server file. Used by SQL Server Management Studio's Registered Servers feature. |
| RegisteredServer.Key | |
| RegisteredServerCollection |
This is the collection for Registered Servers |
| RegisteredServerException |
Base exception class for all Registered Server exception classes |
| RegisteredServersStore | |
| RegisteredServersStore.Key | |
| ServerGroup |
Represents a group of servers in the Registered Servers store. |
| ServerGroup.Key | |
| ServerGroupCollection |
This is the collection for Server Groups |
| ServerGroupParent | |
Enums
| CredentialPersistenceType |
Directs what credentials will be persisted in the local store or when serializing a shared server. |
| RegisteredServerExceptionType |
Types of Registered Server Exceptions |
Delegates
| RegisteredServersStore.ExceptionDelegate |
Delegate declaration for handling any exceptions in UI scenarios This is useful in cases where UI should show a user dialog and continue with the rest of the code past the exception. |