Delen via


RegisteredServersStore Class

The RegisteredServerStore class represents a SQL Server registered server store.

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

Syntax

'Declaration
Public NotInheritable Class RegisteredServersStore _
    Inherits ServerGroupParent _
    Implements ISfcDomain, ISfcHasConnection
'Usage
Dim instance As RegisteredServersStore
public sealed class RegisteredServersStore : ServerGroupParent, 
    ISfcDomain, ISfcHasConnection
public ref class RegisteredServersStore sealed : public ServerGroupParent, 
    ISfcDomain, ISfcHasConnection
[<SealedAttribute>]
type RegisteredServersStore =  
    class
        inherit ServerGroupParent
        interface ISfcDomain
        interface ISfcHasConnection
    end
public final class RegisteredServersStore extends ServerGroupParent implements ISfcDomain, ISfcHasConnection

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

System.Object
  SfcInstance
    Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent
      Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.