Package.SuppressConfigurationWarnings 属性

定义

获取或设置一个值,该值指示是否取消配置生成的警告。

public:
 property bool SuppressConfigurationWarnings { bool get(); void set(bool value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "SuppressConfigurationWarningsDesc")]
public bool SuppressConfigurationWarnings { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "SuppressConfigurationWarningsDesc")>]
member this.SuppressConfigurationWarnings : bool with get, set
Public Property SuppressConfigurationWarnings As Boolean

属性值

Boolean

如果取消配置生成的警告,则为 true;否则为 false。

属性

适用于