共用方式為


TSqlFragment.StartColumn 屬性

Gets the starting column.

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

語法

'宣告
Public ReadOnly Property StartColumn As Integer 
    Get
'用途
Dim instance As TSqlFragment 
Dim value As Integer 

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

屬性值

型別:System.Int32
The starting column.

請參閱

參考

TSqlFragment 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間