DataRuleProblem.EndColumn-Eigenschaft

Ruft die Endspalte 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 EndColumn As Integer
    Get
    Set
public int EndColumn { get; set; }
public:
property int EndColumn {
    int get ();
    void set (int value);
}
member EndColumn : int with get, set
function get EndColumn () : int
function set EndColumn (value : int)

Eigenschaftswert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRuleProblem Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace