ITextSpan.AnchorCol 속성

Gets the column number on which text selection starts.

네임스페이스:  Microsoft.SqlServer.Management.QueryExecution
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property AnchorCol As Integer 
    Get
‘사용 방법
Dim instance As ITextSpan 
Dim value As Integer 

value = instance.AnchorCol
int AnchorCol { get; }
property int AnchorCol {
    int get ();
}
abstract AnchorCol : int
function get AnchorCol () : int

속성 값

유형: System.Int32
Returns an integer that represents the column number on which text selection starts.

참고 항목

참조

ITextSpan 인터페이스

Microsoft.SqlServer.Management.QueryExecution 네임스페이스