FullTextSqlQuery Constructor (ServerContext)
Initializes a new instance of the FullTextSqlQuery class, based on the specified Shared Services Provider context.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
context As ServerContext _
)
'Usage
Dim context As ServerContext
Dim instance As New FullTextSqlQuery(context)
public FullTextSqlQuery(
ServerContext context
)
Parameters
context
Type: Microsoft.Office.Server.ServerContextA ServerContext object representing the context for the Shared Services Provider.