Package.SuppressConfigurationWarnings Свойство

Определение

Возвращает или задает значение, указывающее, подавляются ли предупреждения, формируемые конфигурациями.

public:
 property bool SuppressConfigurationWarnings { bool get(); void set(bool value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "SuppressConfigurationWarningsDesc")]
public bool SuppressConfigurationWarnings { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "SuppressConfigurationWarningsDesc")>]
member this.SuppressConfigurationWarnings : bool with get, set
Public Property SuppressConfigurationWarnings As Boolean

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

Boolean

Значение true, если предупреждения, созданные конфигурациями, подавляются; в противном случае — false.

Атрибуты

Применяется к