Compartir a través de


MainPipeClass.AutoGenerateIDForNewObjects Propiedad

Definición

Obtiene o establece un valor que especifica si un flujo de datos genera y establece automáticamente la propiedad del identificador para los objetos recién creados.

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

Valor de propiedad

true si el flujo de datos genera automáticamente el identificador de los nuevos objetos; de lo contrario, false. El valor predeterminado es true.

Implementaciones

Atributos

Comentarios

Si esta propiedad se establece falseen , debe establecer explícitamente la propiedad ID de los objetos de flujo de datos recién creados.

Se aplica a