Compartilhar via


Classe RegisteredServersStore.Key

The RegisteredServersStore..::..Key class represents the property that is associated with the object that uniquely identifies the object.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .DomainRootKey
      Microsoft.SqlServer.Management.RegisteredServers..::..RegisteredServersStore..::..Key

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

Sintaxe

'Declaração
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Uso
Dim instance As RegisteredServersStore.Key
public sealed class Key : DomainRootKey
public ref class Key sealed : public DomainRootKey
[<SealedAttribute>]
type Key =  
    class
        inherit DomainRootKey
    end
public final class Key extends DomainRootKey

O tipo RegisteredServersStore..::..Key expõe os membros a seguir.

Construtores

  Nome Descrição
Método público RegisteredServersStore. . :: . .Key Initializes a new instance of the RegisteredServersStore..::..Key class.

Início

Propriedades

  Nome Descrição
Propriedade pública Domain Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de DomainRootKey.)

Início

Métodos

  Nome Descrição
Método público Equals(Object) Determines whether the specified object is equal to the registered servers store represented by the RegisteredServersStore..::..Key object. (Substitui SfcKey. . :: . .Equals(Object).)
Método público Equals(SfcKey) Determines whether the object identified by the specified SfcKey is equal to the registered servers store represented by the RegisteredServersStore..::..Key object. (Substitui SfcKey. . :: . .Equals(SfcKey).)
Método públicoMembro estático Equals(Object, Object) Determines whether the two specified objects are the same.
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Gets the hash code for the registered servers store. (Substitui SfcKey. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. (Substitui SfcKey. . :: . .GetUrnFragment() () () ().)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Herdado de SfcKey.)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality(Object, RegisteredServersStore. . :: . .Key) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore..::..Key.
Operador públicoMembro estático Equality(RegisteredServersStore. . :: . .Key, RegisteredServersStore. . :: . .Key) Determines whether the objects identified by two RegisteredServersStore..::..Key objects are the same.
Operador públicoMembro estático Equality(RegisteredServersStore. . :: . .Key, Object) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore..::..Key.
Operador públicoMembro estático Inequality(Object, RegisteredServersStore. . :: . .Key) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore..::..Key.
Operador públicoMembro estático Inequality(RegisteredServersStore. . :: . .Key, RegisteredServersStore. . :: . .Key) Determines whether the objects identified by two RegisteredServersStore..::..Key objects are different.
Operador públicoMembro estático Inequality(RegisteredServersStore. . :: . .Key, Object) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore..::..Key.

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.