Share via


SearchServiceApplicationInfo constructor

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    searchServiceApplicationId As Guid, _
    queryLoggingEnabled As Boolean, _
    querySuggestionsEnabled As Boolean, _
    personalQuerySuggestionsEnabled As Boolean, _
    UseSimpleSchemaUI As Boolean, _
    properties As Dictionary(Of String, String), _
    defaultSearchProvider As SearchProvider, _
    defaultQueryTimeout As Integer, _
    maxQueryTimeout As Integer, _
    maxKeywordQueryTextLength As Integer, _
    installLanguage As Integer, _
    installedlanguages As List(Of Integer), _
    searchcenterUrl As String, _
    sharedSearchBoxSettings As String, _
    discoveryMaxKeywordQueryTextLength As Integer, _
    queryLoggingDailyLimit As Integer, _
    alertsEnabled As Boolean, _
    discoveryMaxRowLimit As Integer, _
    maxRowLimit As Integer _
)
'Usage
Dim searchServiceApplicationId As Guid
Dim queryLoggingEnabled As Boolean
Dim querySuggestionsEnabled As Boolean
Dim personalQuerySuggestionsEnabled As Boolean
Dim UseSimpleSchemaUI As Boolean
Dim properties As Dictionary(Of String, String)
Dim defaultSearchProvider As SearchProvider
Dim defaultQueryTimeout As Integer
Dim maxQueryTimeout As Integer
Dim maxKeywordQueryTextLength As Integer
Dim installLanguage As Integer
Dim installedlanguages As List(Of Integer)
Dim searchcenterUrl As String
Dim sharedSearchBoxSettings As String
Dim discoveryMaxKeywordQueryTextLength As Integer
Dim queryLoggingDailyLimit As Integer
Dim alertsEnabled As Boolean
Dim discoveryMaxRowLimit As Integer
Dim maxRowLimit As Integer

Dim instance As New SearchServiceApplicationInfo(searchServiceApplicationId, _
    queryLoggingEnabled, querySuggestionsEnabled, _
    personalQuerySuggestionsEnabled, _
    UseSimpleSchemaUI, properties, defaultSearchProvider, _
    defaultQueryTimeout, maxQueryTimeout, _
    maxKeywordQueryTextLength, installLanguage, _
    installedlanguages, searchcenterUrl, _
    sharedSearchBoxSettings, discoveryMaxKeywordQueryTextLength, _
    queryLoggingDailyLimit, alertsEnabled, _
    discoveryMaxRowLimit, maxRowLimit)
public SearchServiceApplicationInfo(
    Guid searchServiceApplicationId,
    bool queryLoggingEnabled,
    bool querySuggestionsEnabled,
    bool personalQuerySuggestionsEnabled,
    bool UseSimpleSchemaUI,
    Dictionary<string, string> properties,
    SearchProvider defaultSearchProvider,
    int defaultQueryTimeout,
    int maxQueryTimeout,
    int maxKeywordQueryTextLength,
    int installLanguage,
    List<int> installedlanguages,
    string searchcenterUrl,
    string sharedSearchBoxSettings,
    int discoveryMaxKeywordQueryTextLength,
    int queryLoggingDailyLimit,
    bool alertsEnabled,
    int discoveryMaxRowLimit,
    int maxRowLimit
)

Parameters

See also

Reference

SearchServiceApplicationInfo class

SearchServiceApplicationInfo members

Microsoft.Office.Server.Search.Query namespace