共用方式為


Package.IgnoreConfigurationsOnLoad 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property IgnoreConfigurationsOnLoad As Boolean 
    Get 
    Set
'用途
Dim instance As Package 
Dim value As Boolean 

value = instance.IgnoreConfigurationsOnLoad

instance.IgnoreConfigurationsOnLoad = value
[BrowsableAttribute(false)]
public bool IgnoreConfigurationsOnLoad { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool IgnoreConfigurationsOnLoad {
    bool get () sealed;
    void set (bool value) sealed;
}
[<BrowsableAttribute(false)>]
abstract IgnoreConfigurationsOnLoad : bool with get, set
[<BrowsableAttribute(false)>]
override IgnoreConfigurationsOnLoad : bool with get, set
final function get IgnoreConfigurationsOnLoad () : boolean 
final function set IgnoreConfigurationsOnLoad (value : boolean)

屬性值

型別:System.Boolean
true if the package ignores configurations when the package is loaded; otherwise, false.

實作

IDTSConfigurationControl.IgnoreConfigurationsOnLoad

請參閱

參考

Package 類別

Microsoft.SqlServer.Dts.Runtime 命名空間