SourceCodePosition.StartLine, propriété
Obtient le numéro de la ligne de début de la définition.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StartLine As Integer
Get
public int StartLine { get; }
public:
property int StartLine {
int get ();
}
member StartLine : int
function get StartLine () : int
Valeur de propriété
Type : System.Int32
Numéro de la ligne de début de la définition.
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.