Package.IgnoreConfigurationsOnLoad Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Konfigurationen beim Laden des Pakets ignoriert werden, oder legt ihn fest.

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

Eigenschaftswert

Boolean

true, wenn das Paket Konfigurationen ignoriert, wenn das Paket geladen wird; andernfalls false.

Implementiert

Attribute

Gilt für: