Свойство Package.SuppressConfigurationWarnings
Gets or sets a value that indicates whether the warnings generated by configurations are suppressed.
Пространство имен: 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 if the warnings generated by configurations are suppressed; otherwise, false.