IDTSPackage100.UpdateObjects Propiedad

Definición

public:
 property bool UpdateObjects { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(86)]
public bool UpdateObjects { [System.Runtime.InteropServices.DispId(86)] get; [System.Runtime.InteropServices.DispId(86)] set; }
[<System.Runtime.InteropServices.DispId(86)>]
[<get: System.Runtime.InteropServices.DispId(86)>]
[<set: System.Runtime.InteropServices.DispId(86)>]
member this.UpdateObjects : bool with get, set
Public Property UpdateObjects As Boolean

Valor de propiedad

cierto si los objetos extensibles pueden actualizarse en el momento de cargar el paquete cuando se encuentra una versión actualizada; de lo contrario, falso.

Atributos

Comentarios

Esta interfaz está implementada por las Package interfaces y PackageNeutral .

Se aplica a