Compartir a través de


SuppressConfigurationWarnings Propiedad

Indicates if warnings generated by configurations are suppressed.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property SuppressConfigurationWarnings As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true suppresses warnings by configurations.