Resolver.BlockInformation.Start 속성

Gets the start location.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Intellisense
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public ReadOnly Property Start As Location 
    Get
‘사용 방법
Dim instance As Resolver.BlockInformation 
Dim value As Location 

value = instance.Start
public Location Start { get; }
public:
property Location Start {
    Location get ();
}
member Start : Location
function get Start () : Location

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Parser.Location
The start location.

참고 항목

참조

Resolver.BlockInformation 클래스

Microsoft.SqlServer.Management.SqlParser.Intellisense 네임스페이스