IntegrationServices.Key 클래스

Represents the domain root key for the Integration Services.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
Public NotInheritable Class Key _
    Inherits DomainRootKey
‘사용 방법
Dim instance As IntegrationServices.Key
public sealed class Key : DomainRootKey
public ref class Key sealed : public DomainRootKey
[<SealedAttribute>]
type Key =  
    class 
        inherit DomainRootKey 
    end
public final class Key extends DomainRootKey

IntegrationServices.Key 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 IntegrationServices.Key Initializes a new instance of the IntegrationServices.Key class.

맨 위로 이동

속성

  이름 설명
공용 속성 Domain (DomainRootKey에서 상속됨)
공용 속성 InstanceType (SfcKey에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals(SfcKey) Indicates whether the current key is the same as the specified key. (SfcKey.Equals(SfcKey)을(를) 재정의함)
공용 메서드 Equals(Object) Indicates whether the specified object is equal to the current IntegrationServices.Key object. (SfcKey.Equals(Object)을(를) 재정의함)
공용 메서드정적 멤버 Equals(Object, Object) Indicates whether the specified objects are considered equal.
공용 메서드 GetHashCode Retrieves the hash code. (SfcKey.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetUrnFragment Retrieves the UrnFragment. (SfcKey.GetUrnFragment()을(를) 재정의함)
공용 메서드 ToString (SfcKey에서 상속됨)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are equal.
공용 연산자정적 멤버 Equality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the key objects have the same value using the specified operands.
공용 연산자정적 멤버 Equality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are equal.
공용 연산자정적 멤버 Inequality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are unequal.
공용 연산자정적 멤버 Inequality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the two specified key objects have different values using the specified operands.
공용 연산자정적 멤버 Inequality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스