次の方法で共有


Package.SuppressConfigurationWarnings プロパティ

構成によって生成された警告が非表示になるかどうかを示す値を取得します。値の設定も可能です。

名前空間:  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、それ以外の場合は false。

関連項目

参照

Package クラス

Microsoft.SqlServer.Dts.Runtime 名前空間