IDTSCustomProperty100.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

속성 값

객체의 IDTSCustomProperty100 고유 식별자입니다.

구현

ID
특성

설명

ID 속성은 데이터 IDTSCustomProperty100 흐름 엔진이 생성될 때 설정합니다. 데이터 흐름 엔진이 패키지 생성 및 디직렬라이즈 중에 속성에 쓰기 때문에 쓰기 가능해 보이지만, 속성은 읽기 전용입니다.

적용 대상