IDTSConfigurationControl.IgnoreConfigurationsOnLoad Property

Definition

Gets or sets a value that indicates whether the package ignores configurations when the package is loaded.

public:
 property bool IgnoreConfigurationsOnLoad { bool get(); void set(bool value); };
public bool IgnoreConfigurationsOnLoad { get; set; }
member this.IgnoreConfigurationsOnLoad : bool with get, set
Public Property IgnoreConfigurationsOnLoad As Boolean

Property Value

A value that indicates whether the package ignores configurations when the package is loaded.

Applies to