IdKey 클래스

Represents a class that is used to identify the object which has “Id” property as the key.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
      Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
      Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion.Key
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key

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

구문

‘선언
Public MustInherit Class IdKey _
    Inherits SfcKey
‘사용 방법
Dim instance As IdKey
public abstract class IdKey : SfcKey
public ref class IdKey abstract : public SfcKey
[<AbstractClassAttribute>]
type IdKey =  
    class 
        inherit SfcKey 
    end
public abstract class IdKey extends SfcKey

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

생성자

  이름 설명
공용 메서드 IdKey() Initializes a new instance of the IdKey class.
공용 메서드 IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
공용 메서드 IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

맨 위로 이동

속성

  이름 설명
공용 속성 Id Gets the identifier of the key.
공용 속성 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 IdKey object. (SfcKey.Equals(Object)을(를) 재정의함)
공용 메서드정적 멤버 Equals(Object, Object) Indicates whether the specified objects are considered equal.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Retrieves the hash code. (SfcKey.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetUrnFragment (SfcKey에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (SfcKey에서 상속됨)

맨 위로 이동

연산자

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

맨 위로 이동

필드

  이름 설명
보호된 필드 keyId Specifies the key identifier.

맨 위로 이동

스레드 보안

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

참고 항목

참조

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