Partager via


Propriété PackageRemote64Class.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 PackageRemote64Class 
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

If this property is set to false, the persisted values in the package will be used, rather than overwritten by the loaded configurations.

Voir aussi

Référence

PackageRemote64Class Classe

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