IDTSConfigurationControl100.IgnoreConfigurationsOnLoad 属性

Gets or sets a value that indicates whether the package ignores configurations when the package is loaded.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
用法
Dim instance As IDTSConfigurationControl100 
Dim value As Boolean 

value = instance.IgnoreConfigurationsOnLoad

instance.IgnoreConfigurationsOnLoad = value
bool IgnoreConfigurationsOnLoad { get; set; }
property bool IgnoreConfigurationsOnLoad {
    bool get ();
    void set (bool value);
}
abstract IgnoreConfigurationsOnLoad : bool with get, set
function get IgnoreConfigurationsOnLoad () : boolean 
function set IgnoreConfigurationsOnLoad (value : boolean)

属性值

类型:System.Boolean
A value that indicates whether the package ignores configurations when the package is loaded.

请参阅

参考

IDTSConfigurationControl100 接口

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间