ProjectVersion.Key Class

Definition

Represents a class used to identify the object which have “Name” property as the key.

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

Constructors

ProjectVersion.Key(Int64)

Initializes a new instance of the ProjectVersion.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 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