Compartir a través de


SqlSourceInformation.StartLine (Propiedad)

Obtiene la línea del archivo que contiene el inicio de la definición de elemento.

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

Sintaxis

'Declaración
Public ReadOnly Property StartLine As Integer
    Get
public int StartLine { get; }
public:
virtual property int StartLine {
    int get () sealed;
}
abstract StartLine : int
override StartLine : int
final function get StartLine () : int

Valor de propiedad

Tipo: System.Int32

Implementaciones

ISourceInformation.StartLine

Seguridad de .NET Framework

Vea también

Referencia

SqlSourceInformation Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)