共用方式為


TSqlFragment.StartLine 屬性

Gets the starting line.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property StartLine As Integer 
    Get
'用途
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

屬性值

型別:System.Int32
The starting line.

請參閱

參考

TSqlFragment 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間