Classe RegisteredServersStore.Key
The RegisteredServersStore..::..Key class represents the property that is associated with the object that uniquely identifies the object.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .DomainRootKey
Microsoft.SqlServer.Management.RegisteredServers..::..RegisteredServersStore..::..Key
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Key _
Inherits DomainRootKey
'Utilisation
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
Le type RegisteredServersStore..::..Key expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
RegisteredServersStore. . :: . .Key | Initializes a new instance of the RegisteredServersStore..::..Key class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Domain | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de DomainRootKey.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the registered servers store represented by the RegisteredServersStore..::..Key object. (remplace 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. (remplace SfcKey. . :: . .Equals(SfcKey).) | |
Equals(Object, Object) | Determines whether the two specified objects are the same. | |
Finalize | (hérité de Object.) | |
GetHashCode | Gets the hash code for the registered servers store. (remplace SfcKey. . :: . .GetHashCode() () () ().) | |
GetType | (hérité de Object.) | |
GetUrnFragment | Gets the partial unique resource name (URN) path string that represents the DAC store. (remplace SfcKey. . :: . .GetUrnFragment() () () ().) | |
MemberwiseClone | (hérité de Object.) | |
ToString | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (hérité de SfcKey.) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.