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 네임스페이스