Поделиться через


Свойство SuppressConfigurationWarnings

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

This interface is implemented by the Package and PackageNeutral interfaces.

Пространство имен:  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)

Значение свойства

Тип: System. . :: . .Boolean