IDTSObjectModel100.AutoGenerateIDForNewObjects 속성

정의

데이터 흐름이 새로 만들어진 개체에 대한 ID 속성을 자동으로 생성하고 설정할지 여부를 나타내는 값을 가져오거나 설정합니다.

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입니다.

특성

적용 대상