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 命名空间