RegisteredServersStore 建構函式 (ServerConnection)
Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified shared registered servers connection.
命名空間: Microsoft.SqlServer.Management.RegisteredServers
組件: Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
語法
'宣告
Public Sub New ( _
sharedRegisteredServersStoreConnection As ServerConnection _
)
'用途
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
)
參數
- sharedRegisteredServersStoreConnection
型別:Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection value that specifies the shared connection to the registered server.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。