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

屬性值

Boolean

如果資料流程自動產生新物件的識別碼,則為 true ;否則 為 false。 預設值為 True

實作

屬性

備註

如果這個屬性設定為 false ,則您必須明確地設定新建立之資料流程物件的 ID 屬性。

適用於