Package.IgnoreConfigurationsOnLoad プロパティ

定義

パッケージが読み込まれるときに構成を無視するかどうかを示す値を取得します。値の設定も可能です。

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

プロパティ値

Boolean

パッケージが読み込まれるときにパッケージが構成を無視する場合は true。それ以外の場合は false。

実装

属性

適用対象