Partager via


Propriété TSqlFragment.StartLine

Gets the starting line.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StartLine As Integer 
    Get
'Utilisation
Dim instance As TSqlFragment 
Dim value As Integer 

value = instance.StartLine
public int StartLine { get; }
public:
property int StartLine {
    int get ();
}
member StartLine : int
function get StartLine () : int

Valeur de propriété

Type : System.Int32
The starting line.

Voir aussi

Référence

TSqlFragment Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom