IntegrationServices.Key 클래스

정의

Integration Services의 도메인 루트 키를 나타냅니다.

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

생성자

IntegrationServices.Key()

IntegrationServices.Key 클래스의 새 인스턴스를 초기화합니다.

속성

Domain

코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

(다음에서 상속됨 DomainRootKey)
InstanceType

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

(다음에서 상속됨 SfcKey)

메서드

Equals(Object)

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

Equals(Object, Object)

지정한 개체가 같은 것으로 간주되는지 여부를 나타냅니다.

Equals(SfcKey)

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

GetHashCode()

해시 코드를 검색합니다.

GetUrnFragment()

UrnFragment를 검색합니다.

ToString()

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

(다음에서 상속됨 SfcKey)

연산자

Equality(IntegrationServices+Key, IntegrationServices+Key)

지정한 피연산자를 사용하여 키 개체의 값이 동일한지 여부를 나타냅니다.

Equality(IntegrationServices+Key, Object)

지정한 개체와 키의 왼쪽이 같은지 여부를 나타냅니다.

Equality(Object, IntegrationServices+Key)

지정한 개체와 키의 오른쪽이 같은지 여부를 나타냅니다.

Inequality(IntegrationServices+Key, IntegrationServices+Key)

지정한 피연산자를 사용하여 지정한 두 키 개체의 값이 다른지 여부를 나타냅니다.

Inequality(IntegrationServices+Key, Object)

지정한 개체와 키의 왼쪽이 같지 않은지 여부를 나타냅니다.

Inequality(Object, IntegrationServices+Key)

지정한 개체와 키의 오른쪽이 같지 않은지 여부를 나타냅니다.

적용 대상