PackageRemote64Class.SuppressConfigurationWarnings プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public Overridable Property SuppressConfigurationWarnings As Boolean 
    Get 
    Set
'使用
Dim instance As PackageRemote64Class 
Dim value As Boolean 

value = instance.SuppressConfigurationWarnings

instance.SuppressConfigurationWarnings = value
public virtual bool SuppressConfigurationWarnings { get; set; }
public:
virtual property bool SuppressConfigurationWarnings {
    bool get ();
    void set (bool value);
}
abstract SuppressConfigurationWarnings : bool with get, set 
override SuppressConfigurationWarnings : bool with get, set
function get SuppressConfigurationWarnings () : boolean 
function set SuppressConfigurationWarnings (value : boolean)

プロパティ値

型: System.Boolean
構成によって生成された警告が非表示になる場合は true、それ以外の場合は false。

実装

IDTSPackage100.SuppressConfigurationWarnings

関連項目

参照

PackageRemote64Class クラス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間