다음을 통해 공유


SuppressConfigurationWarnings 속성

Indicates if 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 suppresses warnings by configurations.