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
- sharedRegisteredServersStoreConnection
Type: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection value that specifies the shared connection to the registered server.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.