Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property IgnoreConfigurationsOnLoad As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A value that indicates whether the package ignores configurations when the package is loaded.