Właściwość Package.SuppressConfigurationWarnings
Wskazuje, jeśli ostrzeżeń generowanych przez konfiguracje są pomijane.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Property SuppressConfigurationWarnings As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
TRUE pomija ostrzeżenia, konfiguracje.