Compartilhar via


Propriedade do RDL IDTSConfigurationControl100.IgnoreConfigurationsOnLoad

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSConfigurationControl100 
Dim value As Boolean 

value = instance.IgnoreConfigurationsOnLoad

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

Valor da propriedade

Tipo: System.Boolean
A value that indicates whether the package ignores configurations when the package is loaded.

Consulte também

Referência

IDTSConfigurationControl100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper