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。

实现

属性

适用于