MainPipeClass.AutoGenerateIDForNewObjects 属性

定义

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 属性。

适用于