Partager via


Propriété Package.IgnoreConfigurationsOnLoad

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 ignores configurations when the package is loaded.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
'Utilisation
Dim instance As Package 
Dim value As Boolean 

value = instance.IgnoreConfigurationsOnLoad

instance.IgnoreConfigurationsOnLoad = value
[BrowsableAttribute(false)]
public bool IgnoreConfigurationsOnLoad { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool IgnoreConfigurationsOnLoad {
    bool get () sealed;
    void set (bool value) sealed;
}
[<BrowsableAttribute(false)>]
abstract IgnoreConfigurationsOnLoad : bool with get, set
[<BrowsableAttribute(false)>]
override IgnoreConfigurationsOnLoad : bool with get, set
final function get IgnoreConfigurationsOnLoad () : boolean 
final function set IgnoreConfigurationsOnLoad (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the package ignores configurations when the package is loaded; otherwise, false.

Implémente

IDTSConfigurationControl.IgnoreConfigurationsOnLoad

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime