Sdílet prostřednictvím


RegisteredServersStore Constructor (ServerConnection)

Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified shared registered servers connection.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public Sub New ( _
    sharedRegisteredServersStoreConnection As ServerConnection _
)
'Usage
Dim sharedRegisteredServersStoreConnection As ServerConnection

Dim instance As New RegisteredServersStore(sharedRegisteredServersStoreConnection)
public RegisteredServersStore(
    ServerConnection sharedRegisteredServersStoreConnection
)
public:
RegisteredServersStore(
    ServerConnection^ sharedRegisteredServersStoreConnection
)
new : 
        sharedRegisteredServersStoreConnection:ServerConnection -> RegisteredServersStore
public function RegisteredServersStore(
    sharedRegisteredServersStoreConnection : ServerConnection
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.