Поделиться через


Класс RegisteredServersStore

The RegisteredServerStore class represents a registered server store.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
Public NotInheritable Class RegisteredServersStore _
    Inherits ServerGroupParent _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Применение
Dim instance As RegisteredServersStore
public sealed class RegisteredServersStore : ServerGroupParent, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
public ref class RegisteredServersStore sealed : public ServerGroupParent, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
[<SealedAttribute>]
type RegisteredServersStore =  
    class 
        inherit ServerGroupParent 
        interface ISfcDomain 
        interface ISfcDomainLite 
        interface ISfcHasConnection 
    end
public final class RegisteredServersStore extends ServerGroupParent implements ISfcDomain, ISfcDomainLite, ISfcHasConnection

Тип RegisteredServersStore обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод RegisteredServersStore() Initializes a new instance of the InvalidSqlServer2005StoreFormatException class.
Открытый метод RegisteredServersStore(ServerConnection) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified shared registered servers connection.

В начало

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытое свойство AnalysisServicesServerGroup Gets an object that represents an Analysis Services server group.
Открытое свойство AnalysisServicesServerGroupName Gets the name of an Analysis Services server group.
Открытое свойство CentralManagementServerGroup Gets an object that represents a central management server group.
Открытое свойство CentralManagementServerGroupName Gets the name of the central management server group.
Открытое свойствоСтатический элемент CentralManagementServersDisplayName Gets the display name of the central management server group.
Открытое свойство DatabaseEngineServerGroup Gets a Компонент Database Engine server group.
Открытое свойство DatabaseEngineServerGroupName Gets a string value that contains the name of the Компонент Database Engine server group.
Открытое свойство DisplayName Gets the display name of the registered servers store.
Открытое свойство DomainInstanceName Gets a string value that contains the domain instance name.
Открытое свойство DomainName Gets the name of a domain.
Открытое свойство IntegrationServicesServerGroup A ServerGroup object that specifies the Службы Integration Services server group.
Открытое свойство IntegrationServicesServerGroupName Gets the name of an Службы Integration Services server group.
Открытое свойство IsLocal Gets a Boolean value that indicates whether the registered server is local.
Открытое свойствоСтатический элемент LocalFileStore Gets the local file store location.
Открытое свойствоСтатический элемент LocalServerStoreDisplayName Gets the display name of the local server store.
Открытое свойство Metadata Returns metadata about the instance and its domain. (Производный от SfcInstance.)
Открытое свойство Parent Gets or sets the instance parent via the keychain. (Производный от SfcInstance.)
Открытое свойство Properties Returns a collection instance properties. (Производный от SfcInstance.)
Открытое свойство ReportingServicesServerGroup Gets an object that represents a Службы Reporting Services server group
Открытое свойство ReportingServicesServerGroupName Gets a string value that contains the name of the Службы Reporting Services server group.
Открытое свойство ServerConnection Gets a connection to an instance of the Database Engine.
Открытое свойство ServerGroups Represents a collection of ServerGroup objects. Each RegisteredServer object represents a server group on the registered server store.
Открытое свойство SqlServerCompactEditionServerGroup Gets an object representing a SQL Server Compact Edition server group.
Открытое свойство SqlServerCompactEditionServerGroupName Gets the name of a SQL Server Compact Edition server group.
Защищенное свойство State Returns the state of the SfcInstance object. (Производный от SfcInstance.)
Открытое свойство Urn Returns the uniform resource name of the SfcInstance object. (Производный от SfcInstance.)

В начало

Методы

  Имя Описание
Защищенный метод CreateIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Discover Discovers dependencies on objects in the dependency sink. (Переопределяет SfcInstance.Discover(ISfcDependencyDiscoveryObjectSink).)
Открытый метод Equals (Производный от Object.)
Защищенный метод GetChildCollection Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetDomain Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetExecutionEngine Gets an execution engine object.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetKey Gets the key associated with the Unique Resource Name (URN) fragment.
Открытый метод GetPropertySet Returns the set of properties for the SfcInstance object. (Производный от SfcInstance.)
Открытый метод GetType() (Производный от Object.)
Открытый метод GetType(String) Gets the type given the specified type name.
Открытый метод GetTypeMetadata Gets the metadata of the type that has the specified type name.
Защищенный метод GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Защищенный метод InitializeUIPropertyState Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Защищенный метод OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Производный от SfcInstance.)
Открытый метод Refresh Refreshes the object's properties by reading them from the server. (Производный от SfcInstance.)
Открытый методСтатический элемент ReloadLocalFileStore Reloads the file store for the Registered Server store.
Защищенный метод ResetKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Serialize Serializes the instance to XML. (Производный от SfcInstance.)
Открытый метод ToString Returns a string representation of the instance Urn. (Производный от SfcInstance.)
Открытый метод UpgradeFromSqlServer2005 Upgrades the Registered Server store from SQL Server 2005.
Открытый метод UseSfcStateManagement Determines whether the SFC state management is enabled on the Registered Server store.

В начало

События

  Имя Описание
Открытое событиеСтатический элемент LocalFileStoreReloaded An event that indicates the local file store has been reloaded.
Открытое событие PropertyChanged CLS-compliant event for property changes. (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged CLS-compliant event for property metadata changes. (Производный от SfcInstance.)

В начало

Поля

  Имя Описание
Открытое полеСтатический элемент ExceptionDelegates Represents the delegate that is used to throw a registered servers store exception.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ISfcDomainLite.GetLogicalVersion Gets the logical version number of a domain.
Явная реализация интерфейсаЗакрытое свойство ISfcHasConnection.ConnectionContext Gets the details of a connection to an instance of the database engine.
Явная реализация интерфейсаЗакрытый метод ISfcHasConnection.GetConnection() Gets a connection of the ISfcConnection object. This class cannot be inherited.
Явная реализация интерфейсаЗакрытый метод ISfcHasConnection.GetConnection(SfcObjectQueryMode) Gets a connection of the given SfcObjectQueryModeparameter. This class cannot be inherited.
Явная реализация интерфейсаЗакрытый метод ISfcHasConnection.SetConnection Sets a connection. This class cannot be inherited.

В начало

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.RegisteredServers