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。

属性

適用対象