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