Partager via


Propriété PackageNeutralClass.EnableConfigurations

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property EnableConfigurations As Boolean 
    Get 
    Set
'Utilisation
Dim instance As PackageNeutralClass 
Dim value As Boolean 

value = instance.EnableConfigurations

instance.EnableConfigurations = value
public virtual bool EnableConfigurations { get; set; }
public:
virtual property bool EnableConfigurations {
    bool get ();
    void set (bool value);
}
abstract EnableConfigurations : bool with get, set 
override EnableConfigurations : bool with get, set
function get EnableConfigurations () : boolean 
function set EnableConfigurations (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the package loads configurations; otherwise, false.

Implémente

IDTSPackage100.EnableConfigurations

Notes

For more information, see Package.

Voir aussi

Référence

PackageNeutralClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper