Package.IgnoreConfigurationsOnLoad Propriedade

Definição

Obtém ou define um valor que indica se o pacote ignora configurações quando o pacote é carregado.

public:
 property bool IgnoreConfigurationsOnLoad { bool get(); void set(bool value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "IgnoreConfigurationsOnLoadDesc")]
[System.ComponentModel.Browsable(false)]
public bool IgnoreConfigurationsOnLoad { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "IgnoreConfigurationsOnLoadDesc")>]
[<System.ComponentModel.Browsable(false)>]
member this.IgnoreConfigurationsOnLoad : bool with get, set
Public Property IgnoreConfigurationsOnLoad As Boolean

Valor da propriedade

Boolean

true se o pacote ignorar as configurações quando o pacote é carregado; caso contrário, false.

Implementações

Atributos

Aplica-se a