Partager via


DataRuleProblem.EndLine, propriété

Obtient ou définit la ligne de fin du jeton qui contient le problème.

Espace de noms :  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

DataRuleProblem Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms