次の方法で共有


MainPipeClass.AutoGenerateIDForNewObjects プロパティ

定義

新しく作成されたオブジェクトに対して、データ フローが ID プロパティを自動的に生成し、設定するかどうかを指定する値を取得します。値の設定も可能です。

public:
 virtual property bool AutoGenerateIDForNewObjects { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(15)]
public virtual 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 Overridable Property AutoGenerateIDForNewObjects As Boolean

プロパティ値

データ フローが新しいオブジェクトの ID を自動的に生成する場合は true。それ以外の場合は false。 既定値は true です。

実装

属性

注釈

このプロパティが設定 falseされている場合は、新しく作成されたデータ フロー オブジェクトの ID プロパティを明示的に設定する必要があります。

適用対象