Resolver.FindCompletions 方法

定義

public static System.Collections.Generic.IList<Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration> FindCompletions(Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult parseResult, int line, int col, Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider displayInfoProvider);
static member FindCompletions : Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult * int * int * Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider -> System.Collections.Generic.IList<Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration>
Public Shared Function FindCompletions (parseResult As ParseResult, line As Integer, col As Integer, displayInfoProvider As IMetadataDisplayInfoProvider) As IList(Of Declaration)

參數

parseResult
ParseResult
line
Int32
col
Int32
displayInfoProvider
IMetadataDisplayInfoProvider

傳回

適用於