Propriedade do RDL Package.IgnoreConfigurationsOnLoad
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public Property IgnoreConfigurationsOnLoad As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if the package ignores configurations when the package is loaded; otherwise, false.
Implementa
IDTSConfigurationControl.IgnoreConfigurationsOnLoad