IDTSPackage100.EnableConfigurations Property

Definition

Gets or sets a value that indicates whether the package loads configurations.

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

Property Value

true if the package loads configuration; otherwise, false.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to