Condividi tramite


Proprietà DataRuleProblem.EndColumn

Ottiene o imposta la colonna 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 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)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleProblem Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis