RegisteredServersStore Constructors

Definition

Overloads

RegisteredServersStore()

This constructor is purely a place holder to allow the serialize to construct this object and set other properties on it. This constructor will not be used for directly connecting to the local store. Instead we will use a static method to initialize the store from the XML file.

RegisteredServersStore(ServerConnection)

This constructor is used for a Store that represents storage in a SQL server instead of a file.

RegisteredServersStore()

This constructor is purely a place holder to allow the serialize to construct this object and set other properties on it. This constructor will not be used for directly connecting to the local store. Instead we will use a static method to initialize the store from the XML file.

public RegisteredServersStore ();
Public Sub New ()

Applies to

RegisteredServersStore(ServerConnection)

This constructor is used for a Store that represents storage in a SQL server instead of a file.

public RegisteredServersStore (Microsoft.SqlServer.Management.Common.ServerConnection sharedRegisteredServersStoreConnection);
new Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore : Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore
Public Sub New (sharedRegisteredServersStoreConnection As ServerConnection)

Parameters

sharedRegisteredServersStoreConnection
ServerConnection

Applies to