Compartilhar via


Classe RegisteredServersStore

The RegisteredServerStore class represents a registered server store.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class RegisteredServersStore _
    Inherits ServerGroupParent _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Uso
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

O tipo RegisteredServersStore expõe os membros a seguir.

Construtores

  Nome Descrição
Método público RegisteredServersStore() Initializes a new instance of the InvalidSqlServer2005StoreFormatException class.
Método público RegisteredServersStore(ServerConnection) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified shared registered servers connection.

Início

Propriedades

  Nome Descrição
Propriedade protegida AbstractIdentityKey Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.)
Propriedade pública AnalysisServicesServerGroup Gets an object that represents an Analysis Services server group.
Propriedade pública AnalysisServicesServerGroupName Gets the name of an Analysis Services server group.
Propriedade pública CentralManagementServerGroup Gets an object that represents a central management server group.
Propriedade pública CentralManagementServerGroupName Gets the name of the central management server group.
Propriedade públicaMembro estático CentralManagementServersDisplayName Gets the display name of the central management server group.
Propriedade pública DatabaseEngineServerGroup Gets a Mecanismo de Banco de Dados server group.
Propriedade pública DatabaseEngineServerGroupName Gets a string value that contains the name of the Mecanismo de Banco de Dados server group.
Propriedade pública DisplayName Gets the display name of the registered servers store.
Propriedade pública DomainInstanceName Gets a string value that contains the domain instance name.
Propriedade pública DomainName Gets the name of a domain.
Propriedade pública IntegrationServicesServerGroup A ServerGroup object that specifies the Integration Services server group.
Propriedade pública IntegrationServicesServerGroupName Gets the name of an Integration Services server group.
Propriedade pública IsLocal Gets a Boolean value that indicates whether the registered server is local.
Propriedade públicaMembro estático LocalFileStore Gets the local file store location.
Propriedade públicaMembro estático LocalServerStoreDisplayName Gets the display name of the local server store.
Propriedade pública Metadata Returns metadata about the instance and its domain. (Herdado de SfcInstance.)
Propriedade pública Parent Gets or sets the instance parent via the keychain. (Herdado de SfcInstance.)
Propriedade pública Properties Returns a collection instance properties. (Herdado de SfcInstance.)
Propriedade pública ReportingServicesServerGroup Gets an object that represents a Reporting Services server group
Propriedade pública ReportingServicesServerGroupName Gets a string value that contains the name of the Reporting Services server group.
Propriedade pública ServerConnection Gets a connection to an instance of the Database Engine.
Propriedade pública ServerGroups Represents a collection of ServerGroup objects. Each RegisteredServer object represents a server group on the registered server store.
Propriedade pública SqlServerCompactEditionServerGroup Gets an object representing a SQL Server Compact Edition server group.
Propriedade pública SqlServerCompactEditionServerGroupName Gets the name of a SQL Server Compact Edition server group.
Propriedade protegida State Returns the state of the SfcInstance object. (Herdado de SfcInstance.)
Propriedade pública Urn Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.)

Início

Métodos

  Nome Descrição
Método protegido CreateIdentityKey Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.)
Método público Discover Discovers dependencies on objects in the dependency sink. (Substitui SfcInstance.Discover(ISfcDependencyDiscoveryObjectSink).)
Método público Equals (Herdado de Object.)
Método protegido GetChildCollection Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.)
Método público GetDomain Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.)
Método público GetExecutionEngine Gets an execution engine object.
Método público GetHashCode (Herdado de Object.)
Método público GetKey Gets the key associated with the Unique Resource Name (URN) fragment.
Método público GetPropertySet Returns the set of properties for the SfcInstance object. (Herdado de SfcInstance.)
Método público GetType() (Herdado de Object.)
Método público GetType(String) Gets the type given the specified type name.
Método público GetTypeMetadata Gets the metadata of the type that has the specified type name.
Método protegido GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.)
Método protegido InitializeUIPropertyState Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.)
Método protegido OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Herdado de SfcInstance.)
Método protegido OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Herdado de SfcInstance.)
Método público Refresh Refreshes the object's properties by reading them from the server. (Herdado de SfcInstance.)
Método públicoMembro estático ReloadLocalFileStore Reloads the file store for the Registered Server store.
Método protegido ResetKey Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.)
Método público Serialize Serializes the instance to XML. (Herdado de SfcInstance.)
Método público ToString Returns a string representation of the instance Urn. (Herdado de SfcInstance.)
Método público UpgradeFromSqlServer2005 Upgrades the Registered Server store from SQL Server 2005.
Método público UseSfcStateManagement Determines whether the SFC state management is enabled on the Registered Server store.

Início

Eventos

  Nome Descrição
Evento públicoMembro estático LocalFileStoreReloaded An event that indicates the local file store has been reloaded.
Evento público PropertyChanged CLS-compliant event for property changes. (Herdado de SfcInstance.)
Evento público PropertyMetadataChanged CLS-compliant event for property metadata changes. (Herdado de SfcInstance.)

Início

Campos

  Nome Descrição
Campo públicoMembro estático ExceptionDelegates Represents the delegate that is used to throw a registered servers store exception.

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ISfcDomainLite.GetLogicalVersion Gets the logical version number of a domain.
Implementações de interfaces explícitasPropriedade privada ISfcHasConnection.ConnectionContext Gets the details of a connection to an instance of the database engine.
Implementações de interfaces explícitasMétodo privado ISfcHasConnection.GetConnection() Gets a connection of the ISfcConnection object. This class cannot be inherited.
Implementações de interfaces explícitasMétodo privado ISfcHasConnection.GetConnection(SfcObjectQueryMode) Gets a connection of the given SfcObjectQueryModeparameter. This class cannot be inherited.
Implementações de interfaces explícitasMétodo privado ISfcHasConnection.SetConnection Sets a connection. This class cannot be inherited.

Início

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.RegisteredServers