IDTSOutputColumn100.ID 속성

정의

public:
 property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer

속성 값

IDTSOutputColumn100 개체의 숫자 ID입니다.

구현

ID
특성

설명

ID 속성은 디자인 타임에 쓸 수 있는 것처럼 보이지만 실행 중에 속성에 쓰려고 하면 예외가 발생합니다. 데이터 흐름 엔진은 출력 열을 만들 때 이 속성에 값을 할당합니다.

적용 대상