ManagedInstance::Key Class

 

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

Namespace:   Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
    Microsoft.SqlServer.Management.Utility::NameKey
      Microsoft.SqlServer.Management.Utility::ManagedInstance::Key

public ref class Key sealed : NameKey

NameDescription
System_CAPS_pubmethodManagedInstance::Key(String^)

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

NameDescription
System_CAPS_pubpropertyInstanceType

Gets the type of the instance class associated with this key class.(Inherited from SfcKey.)

System_CAPS_pubpropertyName

Gets the name of the object represented by the NameKey.(Inherited from NameKey.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the object represented by the NameKey is equal to the specified Object.(Inherited from NameKey.)

System_CAPS_pubmethodEquals(SfcKey^)

Determines whether the object represented by the current NameKey is equal to the object represented by the specified key.(Inherited from NameKey.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this NameKey.(Inherited from NameKey.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUrnFragment()

Gets the URN path partial string that represents the managed instance. (Overrides SfcKey::GetUrnFragment().)

System_CAPS_pubmethodToString()

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.)

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

Return to top
Show: