共用方式為


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