Condividi tramite


Classe RegisteredServersStore.Key

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Utilizzo
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

Nel tipo RegisteredServersStore..::..Key sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico RegisteredServersStore. . :: . .Key Initializes a new instance of the RegisteredServersStore..::..Key class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Domain Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da DomainRootKey.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals(Object) Determines whether the specified object is equal to the registered servers store represented by the RegisteredServersStore..::..Key object. Esegue l'override di SfcKey. . :: . .Equals(Object).
Metodo pubblico Equals(SfcKey) Determines whether the object identified by the specified SfcKey is equal to the registered servers store represented by the RegisteredServersStore..::..Key object. Esegue l'override di SfcKey. . :: . .Equals(SfcKey).
Metodo pubblicoMembro statico Equals(Object, Object) Determines whether the two specified objects are the same.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Gets the hash code for the registered servers store. Esegue l'override di SfcKey. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. Esegue l'override di SfcKey. . :: . .GetUrnFragment() () () ().
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. Ereditato da SfcKey.

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality(Object, RegisteredServersStore. . :: . .Key) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore..::..Key.
Operatore pubblicoMembro statico Equality(RegisteredServersStore. . :: . .Key, RegisteredServersStore. . :: . .Key) Determines whether the objects identified by two RegisteredServersStore..::..Key objects are the same.
Operatore pubblicoMembro statico Equality(RegisteredServersStore. . :: . .Key, Object) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore..::..Key.
Operatore pubblicoMembro statico Inequality(Object, RegisteredServersStore. . :: . .Key) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore..::..Key.
Operatore pubblicoMembro statico Inequality(RegisteredServersStore. . :: . .Key, RegisteredServersStore. . :: . .Key) Determines whether the objects identified by two RegisteredServersStore..::..Key objects are different.
Operatore pubblicoMembro statico Inequality(RegisteredServersStore. . :: . .Key, Object) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore..::..Key.

In alto

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.