RegisteredServersStore Constructor (ServerConnection)
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