Linguaggio

Package.IgnoreConfigurationsOnLoad Proprietà

Definizione

Ottiene o imposta un valore che indica se il pacchetto ignora le configurazioni quando il pacchetto viene caricato.

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

Valore della proprietà

vero se il pacchetto ignora le configurazioni quando viene caricato; altrimenti, falso.

Implementazioni

Attributi

Si applica a