Package.SuppressConfigurationWarnings Property
SQL Server 2005
Indicates if warnings generated by configurations are suppressed.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
/** @property */ public boolean get_SuppressConfigurationWarnings () /** @property */ public void set_SuppressConfigurationWarnings (boolean value)
public function get SuppressConfigurationWarnings () : boolean public function set SuppressConfigurationWarnings (value : boolean)
Property Value
true suppresses warnings by configurations.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.