Compartir a través de


IDTSConfigurationControl.IgnoreConfigurationsOnLoad Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSConfigurationControl 
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 de la propiedad

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

Vea también

Referencia

IDTSConfigurationControl Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime