IDTSConfigurationControl.IgnoreConfigurationsOnLoad 属性

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

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

语法

声明
Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
用法
Dim instance As IDTSConfigurationControl 
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.

请参阅

参考

IDTSConfigurationControl 接口

Microsoft.SqlServer.Dts.Runtime 命名空间