DBBuildTask.SuppressWarnings-Eigenschaft

Ruft eine Zeichenfolge zum Unterdrücken von Warnungen ab oder legt sie fest.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Property SuppressWarnings As String
    Get
    Set
public string SuppressWarnings { get; set; }
public:
property String^ SuppressWarnings {
    String^ get ();
    void set (String^ value);
}
member SuppressWarnings : string with get, set
function get SuppressWarnings () : String
function set SuppressWarnings (value : String)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

DBBuildTask Klasse

Microsoft.Data.Schema.Tasks-Namespace