Package.IgnoreConfigurationsOnLoad Property

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

[BrowsableAttribute(false)]
public bool IgnoreConfigurationsOnLoad { get; set; }
public:
[BrowsableAttribute(false)]
property bool IgnoreConfigurationsOnLoad {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
[<BrowsableAttribute(false)>]
abstract IgnoreConfigurationsOnLoad : bool with get, set
[<BrowsableAttribute(false)>]
override IgnoreConfigurationsOnLoad : bool with get, set
<BrowsableAttribute(False)>
Public Property IgnoreConfigurationsOnLoad As Boolean

Property Value

Type: System.Boolean

true if the package ignores configurations when the package is loaded; otherwise, false.

Implements

IDTSConfigurationControl.IgnoreConfigurationsOnLoad

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top