RegisteredServersStore-Konstruktor (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
)
Parameter
- sharedRegisteredServersStoreConnection
Typ: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection value that specifies the shared connection to the registered server.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.