Share via


DBBuildTask.SuppressWarnings Property

Gets or sets a suppress warnings string.

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

Syntax

'Declaration
Public Property SuppressWarnings As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DBBuildTask Class

Microsoft.Data.Schema.Tasks Namespace