Compartir a través de


DataRuleProblem.StartLine (Propiedad)

Obtiene o establece la línea inicial del token que contiene el problema.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProblem Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)