次の方法で共有


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 の場合、構成による警告は非表示になります。