IDTSPackage100.EnableConfigurations Propriété

Définition

Obtient ou définit une valeur qui indique si le package charge les 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

Valeur de propriété

true si le package charge la configuration ; sinon, false.

Attributs

Remarques

Cette interface est implémentée par les interfaces Package et PackageNeutral.

S’applique à