Operation.Key Class

Definition

Represents a key class for identification.

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

Constructors

Operation.Key(Int64)

Initializes a new instance of the Operation.Key class with the specified Id.

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)

Methods

Equals(Object)

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

(Inherited from IdKey)
Equals(SfcKey)

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

(Inherited from IdKey)
GetHashCode()

Retrieves the hash code.

(Inherited from IdKey)
GetUrnFragment()

Retrieves the conversions of the URN.

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