ManagedInstance.Key Class

Definition

The ManagedInstance.Key class represents the key that identifies the ManagedInstance class.

public: ref class ManagedInstance::Key sealed : Microsoft::SqlServer::Management::Utility::NameKey
public sealed class ManagedInstance.Key : Microsoft.SqlServer.Management.Utility.NameKey
type ManagedInstance.Key = class
    inherit NameKey
Public NotInheritable Class ManagedInstance.Key
Inherits NameKey
Inheritance
ManagedInstance.Key

Constructors

ManagedInstance.Key(String)

Initializes a new instance of the Microsoft.SqlServer.Management.Utility. ManagedInstance.Key class that has the specified name.

Properties

InstanceType

Gets the type of the instance class associated with this key class.

(Inherited from SfcKey)
Name

Gets the name of the object represented by the NameKey.

(Inherited from NameKey)

Methods

Equals(Object)

Determines whether the object represented by the NameKey is equal to the specified Object.

(Inherited from NameKey)
Equals(SfcKey)

Determines whether the object represented by the current NameKey is equal to the object represented by the specified key.

(Inherited from NameKey)
GetHashCode()

Returns the hash code for this NameKey.

(Inherited from NameKey)
GetUrnFragment()

Gets the URN path partial string that represents the managed instance.

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)

Applies to