RegisteredServersStore.Key Class

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

Inheritance Hierarchy

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

The RegisteredServersStore.Key type exposes the following members.

Constructors

  Name Description
Public method RegisteredServersStore.Key Initializes a new instance of the RegisteredServersStore.Key class.

Top

Properties

  Name Description
Public property Domain Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from DomainRootKey.)
Public property InstanceType Gets the type of the instance class associated with this key class. (Inherited from SfcKey.)

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified object is equal to the registered servers store represented by the RegisteredServersStore.Key object. (Overrides SfcKey.Equals(Object).)
Public method Equals(SfcKey) Determines whether the object identified by the specified SfcKey is equal to the registered servers store represented by the RegisteredServersStore.Key object. (Overrides SfcKey.Equals(SfcKey).)
Public methodStatic member Equals(Object, Object) Determines whether the two specified objects are the same.
Public method GetHashCode Gets the hash code for the registered servers store. (Overrides SfcKey.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. (Overrides SfcKey.GetUrnFragment().)
Public method ToString Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Inherited from SfcKey.)

Top

Operators

  Name Description
Public operatorStatic member Equality(Object, RegisteredServersStore.Key) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore.Key.
Public operatorStatic member Equality(RegisteredServersStore.Key, RegisteredServersStore.Key) Determines whether the objects identified by two RegisteredServersStore.Key objects are the same.
Public operatorStatic member Equality(RegisteredServersStore.Key, Object) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore.Key.
Public operatorStatic member Inequality(Object, RegisteredServersStore.Key) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key.
Public operatorStatic member Inequality(RegisteredServersStore.Key, RegisteredServersStore.Key) Determines whether the objects identified by two RegisteredServersStore.Key objects are different.
Public operatorStatic member Inequality(RegisteredServersStore.Key, Object) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key.

Top

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.RegisteredServers Namespace