Share via


Package.IgnoreConfigurationsOnLoad Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

Implements

IDTSConfigurationControl.IgnoreConfigurationsOnLoad

See Also

Reference

Package Class

Microsoft.SqlServer.Dts.Runtime Namespace