Resolver.GetBlockInformation 메서드

Gets a language block at the specified location. This is either the top-level statement or a whole batch of Transact-SQL statements.

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

구문

‘선언
Public Shared Function GetBlockInformation ( _
    parseResult As ParseResult, _
    line As Integer, _
    col As Integer _
) As Resolver.BlockInformation
‘사용 방법
Dim parseResult As ParseResult 
Dim line As Integer 
Dim col As Integer 
Dim returnValue As Resolver.BlockInformation 

returnValue = Resolver.GetBlockInformation(parseResult, _
    line, col)
public static Resolver.BlockInformation GetBlockInformation(
    ParseResult parseResult,
    int line,
    int col
)
public:
static Resolver.BlockInformation^ GetBlockInformation(
    ParseResult^ parseResult, 
    int line, 
    int col
)
static member GetBlockInformation : 
        parseResult:ParseResult * 
        line:int * 
        col:int -> Resolver.BlockInformation
public static function GetBlockInformation(
    parseResult : ParseResult, 
    line : int, 
    col : int
) : Resolver.BlockInformation

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver.BlockInformation
A Resolver.BlockInformation object that represents the language block.

참고 항목

참조

Resolver 클래스

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