Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the SQL syntax search query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides NotOverridable Function Execute As ResultTableCollection
'Usage
Dim instance As FullTextSqlQuery
Dim returnValue As ResultTableCollection
returnValue = instance.Execute()
public override sealed ResultTableCollection Execute()
Return Value
Type: Microsoft.Office.Server.Search.Query.ResultTableCollection
A ResultTableCollection object.
Remarks
For more information about using the FullTextSqlQuery class in Enterprise Search, see Enterprise Search Query Object Model Overview. See Walkthrough: Creating an ASP.NET Web Part for the AdventureWorks Business Data Application Sample for a code sample using the Execute method.