Proprietà ISourceInformation.StartLine
Ottiene il numero della riga per l'inizio dell'elemento nell'origine.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
ReadOnly Property StartLine As Integer
Get
int StartLine { get; }
property int StartLine {
int get ();
}
abstract StartLine : int
function get StartLine () : int
Valore proprietà
Tipo: System.Int32
Valore Int32.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ISourceInformation Interfaccia