Freigeben über


RegisteredServersStore.Key-Klasse

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

Vererbungshierarchie

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 (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

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

Der RegisteredServersStore.Key-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode RegisteredServersStore.Key Initializes a new instance of the RegisteredServersStore.Key class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Domain Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von DomainRootKey.)
Öffentliche Eigenschaft InstanceType Gets the type of the instance class associated with this key class. (Geerbt von SfcKey.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(Object) Determines whether the specified object is equal to the registered servers store represented by the RegisteredServersStore.Key object. (Überschreibt SfcKey.Equals(Object).)
Öffentliche Methode Equals(SfcKey) Determines whether the object identified by the specified SfcKey is equal to the registered servers store represented by the RegisteredServersStore.Key object. (Überschreibt SfcKey.Equals(SfcKey).)
Öffentliche MethodeStatisches Element Equals(Object, Object) Determines whether the two specified objects are the same.
Öffentliche Methode GetHashCode Gets the hash code for the registered servers store. (Überschreibt SfcKey.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. (Überschreibt SfcKey.GetUrnFragment().)
Öffentliche Methode ToString Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Geerbt von SfcKey.)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality(Object, RegisteredServersStore.Key) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore.Key.
Öffentlicher OperatorStatisches Element Equality(RegisteredServersStore.Key, RegisteredServersStore.Key) Determines whether the objects identified by two RegisteredServersStore.Key objects are the same.
Öffentlicher OperatorStatisches Element Equality(RegisteredServersStore.Key, Object) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore.Key.
Öffentlicher OperatorStatisches Element Inequality(Object, RegisteredServersStore.Key) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key.
Öffentlicher OperatorStatisches Element Inequality(RegisteredServersStore.Key, RegisteredServersStore.Key) Determines whether the objects identified by two RegisteredServersStore.Key objects are different.
Öffentlicher OperatorStatisches Element Inequality(RegisteredServersStore.Key, Object) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key.

Zum Anfang

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.RegisteredServers-Namespace