IDTSCustomProperty100.ID 속성

정의

IDTSCustomProperty100 개체의 식별자를 가져오거나 설정합니다.

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 의해 설정 됩니다. 데이터 흐름 엔진이 패키지를 만들고 직렬화 해제하는 동안 속성에 쓰지만 속성은 읽기 전용이므로 쓰기 가능한 것으로 표시됩니다.

적용 대상