Sdílet prostřednictvím


OADataConnectionOptions.MaxErrorsAndWarnings – vlastnost

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Property MaxErrorsAndWarnings As Integer
    Get
    Set
public int MaxErrorsAndWarnings { get; set; }
public:
property int MaxErrorsAndWarnings {
    int get ();
    void set (int value);
}
member MaxErrorsAndWarnings : int with get, set
function get MaxErrorsAndWarnings () : int
function set MaxErrorsAndWarnings (value : int)

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OADataConnectionOptions Třída

Microsoft.VisualStudio.Data.Schema.Package.Internal – obor názvů