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
'Usage
Dim instance As DBBuildTask
Dim value As String
value = instance.SuppressWarnings
instance.SuppressWarnings = value
public string SuppressWarnings { get; set; }
public:
property String^ SuppressWarnings {
String^ get ();
void set (String^ value);
}
public function get SuppressWarnings () : String
public function set SuppressWarnings (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.