DataRuleProblem.EndLine-Eigenschaft

Ruft die Endzeile des Tokens ab, das das Problem enthält, oder legt diese fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRuleProblem Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace