OperationMessage.Key Class

Definition

Represents the key used to access the OperationMessage class.

public: ref class OperationMessage::Key sealed : Microsoft::SqlServer::Management::IntegrationServices::IdKey
public: ref class OperationMessage::Key sealed : Microsoft::SqlServer::Management::IntegrationServices::NameKey
public sealed class OperationMessage.Key : Microsoft.SqlServer.Management.IntegrationServices.IdKey
public sealed class OperationMessage.Key : Microsoft.SqlServer.Management.IntegrationServices.NameKey
type OperationMessage.Key = class
    inherit IdKey
type OperationMessage.Key = class
    inherit NameKey
Public NotInheritable Class OperationMessage.Key
Inherits IdKey
Public NotInheritable Class OperationMessage.Key
Inherits NameKey
Inheritance
OperationMessage.Key
Inheritance
OperationMessage.Key

Constructors

OperationMessage.Key(Int64)

Initializes a new instance of the OperationMessage.Key class with the specified ID.

OperationMessage.Key(String)

Initializes a new instance of the OperationMessage.Key class that takes the key name.

Fields

keyId

Specifies the key identifier.

(Inherited from IdKey)

Properties

Id

Gets the identifier of the key.

(Inherited from IdKey)
InstanceType

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

(Inherited from SfcKey)
Name

Gets the key name.

(Inherited from NameKey)

Methods

Equals(Object)

Indicates whether the specified object is equal to the current IdKey object.

(Inherited from IdKey)
Equals(Object)

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

(Inherited from NameKey)
Equals(SfcKey)

Indicates whether the current key is the same as the specified key.

(Inherited from IdKey)
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()

Retrieves the hash code.

(Inherited from IdKey)
GetHashCode()

Returns hash code for this NameKey.

(Inherited from NameKey)
GetUrnFragment()

Gets the UrnFragment for the SfcInstance type.

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