IDTSPipeline100.AutoGenerateIDForNewObjects Propiedad

Definición

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

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 en false , debe establecer explícitamente la propiedad ID de los objetos de flujo de datos recién creados.

Se aplica a