共用方式為


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 命名空間