IDTSPipeline100.AutoGenerateIDForNewObjects 속성

정의

public:
 property bool AutoGenerateIDForNewObjects { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(15)]
public bool AutoGenerateIDForNewObjects { [System.Runtime.InteropServices.DispId(15)] get; [System.Runtime.InteropServices.DispId(15)] set; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
[<set: System.Runtime.InteropServices.DispId(15)>]
member this.AutoGenerateIDForNewObjects : bool with get, set
Public Property AutoGenerateIDForNewObjects As Boolean

속성 값

데이터 흐름이 새 개체에 대한 ID를 자동으로 생성하면 true입니다. 그렇지 않으면 false입니다. 기본값은 true입니다.

구현

특성

설명

이 속성을 false 로 설정하면 새로 만든 데이터 흐름 개체의 ID 속성을 명시적으로 설정해야 합니다.

적용 대상