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

속성 값

IDTSRuntimeConnection100 개체의 ID입니다.

구현

ID
특성

설명

기본적으로 런타임 연결의 ID는 연결을 만들 때 설정됩니다. 그러나 데이터 흐름 태스크의 속성이 AutoGenerateIDForNewObjectsfalse이면 이 속성을 사용하여 ID를 설정해야 합니다.

적용 대상