ExecutionOperation.Key 클래스

정의

ExecutionOperation 클래스에 액세스하는 데 사용되는 키를 나타냅니다.

public: ref class ExecutionOperation::Key sealed : Microsoft::SqlServer::Management::IntegrationServices::IdKey
public sealed class ExecutionOperation.Key : Microsoft.SqlServer.Management.IntegrationServices.IdKey
type ExecutionOperation.Key = class
    inherit IdKey
Public NotInheritable Class ExecutionOperation.Key
Inherits IdKey
상속
ExecutionOperation.Key

생성자

ExecutionOperation.Key(Int64)

지정한 식별자를 사용하여 ExecutionOperation.Key 클래스의 새 인스턴스를 초기화합니다.

필드

keyId

키 식별자를 지정합니다.

(다음에서 상속됨 IdKey)

속성

Id

키의 식별자를 가져옵니다.

(다음에서 상속됨 IdKey)
InstanceType

이 키 클래스와 연결된 인스턴스 클래스의 유형을 가져옵니다.

(다음에서 상속됨 SfcKey)

메서드

Equals(Object)

지정한 개체가 현재 IdKey 개체와 같은지 여부를 나타냅니다.

(다음에서 상속됨 IdKey)
Equals(SfcKey)

현재 키가 지정한 키와 동일한지 여부를 나타냅니다.

(다음에서 상속됨 IdKey)
GetHashCode()

해시 코드를 검색합니다.

(다음에서 상속됨 IdKey)
GetUrnFragment()

SfcInstance 형식의 UrnFragment를 가져옵니다.

ToString()

코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. String 외부 비교자에서 사용할 수 있는 개체의 정렬 가능한 표현인 값을 반환합니다.

(다음에서 상속됨 SfcKey)

적용 대상