Condividi tramite


Proprietà DataRuleProblem.EndLine

Ottiene o imposta la riga finale del token che contiene il problema.

Spazio dei nomi:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleProblem Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis