ExtenderSuppressTSqlWarnings Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<AutomationBrowsableAttribute(False)> _
Public Property ExtenderSuppressTSqlWarnings As String
    Get
    Set
'Usage
Dim instance As AgnosticDatabaseFileNodeExtender
Dim value As String

value = instance.ExtenderSuppressTSqlWarnings

instance.ExtenderSuppressTSqlWarnings = value
[AutomationBrowsableAttribute(false)]
public string ExtenderSuppressTSqlWarnings { get; set; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ExtenderSuppressTSqlWarnings {
    String^ get ();
    void set (String^ value);
}
[<AutomationBrowsableAttribute(false)>]
member ExtenderSuppressTSqlWarnings : string with get, set
function get ExtenderSuppressTSqlWarnings () : String
function set ExtenderSuppressTSqlWarnings (value : String)

Property Value

Type: System..::..String

See Also

Reference

AgnosticDatabaseFileNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace