PackageClass.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.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property IgnoreConfigurationsOnLoad As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the package ignores configurations when the package is loaded; otherwise, false.
Implements
IDTSConfigurationControl100.IgnoreConfigurationsOnLoad
Remarks
For more information, see Package.