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 | |
---|---|---|
RegisteredServersStore. . :: . .Key | Initializes a new instance of the RegisteredServersStore..::..Key class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Domain | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da DomainRootKey. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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). | |
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). | |
Equals(Object, Object) | Determines whether the two specified objects are the same. | |
Finalize | Ereditato da Object. | |
GetHashCode | Gets the hash code for the registered servers store. Esegue l'override di SfcKey. . :: . .GetHashCode() () () (). | |
GetType | Ereditato da Object. | |
GetUrnFragment | Gets the partial unique resource name (URN) path string that represents the DAC store. Esegue l'override di SfcKey. . :: . .GetUrnFragment() () () (). | |
MemberwiseClone | Ereditato da Object. | |
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 | |
---|---|---|
Equality(Object, RegisteredServersStore. . :: . .Key) | Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore..::..Key. | |
Equality(RegisteredServersStore. . :: . .Key, RegisteredServersStore. . :: . .Key) | Determines whether the objects identified by two RegisteredServersStore..::..Key objects are the same. | |
Equality(RegisteredServersStore. . :: . .Key, Object) | Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore..::..Key. | |
Inequality(Object, RegisteredServersStore. . :: . .Key) | Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore..::..Key. | |
Inequality(RegisteredServersStore. . :: . .Key, RegisteredServersStore. . :: . .Key) | Determines whether the objects identified by two RegisteredServersStore..::..Key objects are different. | |
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.