다음을 통해 공유


Package.SuppressConfigurationWarnings 속성

Gets or sets a value that indicates whether the warnings generated by configurations are suppressed.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Property SuppressConfigurationWarnings As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Package 
Dim value As Boolean 

value = instance.SuppressConfigurationWarnings

instance.SuppressConfigurationWarnings = value
public bool SuppressConfigurationWarnings { get; set; }
public:
property bool SuppressConfigurationWarnings {
    bool get ();
    void set (bool value);
}
member SuppressConfigurationWarnings : bool with get, set
function get SuppressConfigurationWarnings () : boolean 
function set SuppressConfigurationWarnings (value : boolean)

속성 값

유형: System.Boolean
true if the warnings generated by configurations are suppressed; otherwise, false.

참고 항목

참조

Package 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스