ISourceInformation.StartLine, propriété
Obtient le numéro de la ligne pour le début de l'élément dans la source.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
ReadOnly Property StartLine As Integer
Get
int StartLine { get; }
property int StartLine {
int get ();
}
abstract StartLine : int
function get StartLine () : int
Valeur de propriété
Type : System.Int32
Valeur Int32.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.