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.