Proprietà PackageClass.IgnoreConfigurationsOnLoad

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether the package ignores configurations when the package is loaded.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As PackageClass 
Dim value As Boolean 

value = instance.IgnoreConfigurationsOnLoad

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

Valore proprietà

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

Implementa

IDTSConfigurationControl100.IgnoreConfigurationsOnLoad

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper