SuppressConfigurationWarnings プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このインターフェイスは、Package インターフェイスおよび PackageNeutral インターフェイスで実装されます。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Property SuppressConfigurationWarnings As Boolean
Get
Set
'使用
Dim instance As IDTSPackage100
Dim value As Boolean
value = instance.SuppressConfigurationWarnings
instance.SuppressConfigurationWarnings = value
bool SuppressConfigurationWarnings { get; set; }
property bool SuppressConfigurationWarnings {
bool get ();
void set (bool value);
}
abstract SuppressConfigurationWarnings : bool with get, set
function get SuppressConfigurationWarnings () : boolean
function set SuppressConfigurationWarnings (value : boolean)