SearchServiceApplicationInfo - Constructeur
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
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 _
)
'Utilisation
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
)
Paramètres
- searchServiceApplicationId
Type : System.Guid
- queryLoggingEnabled
Type : System.Boolean
- querySuggestionsEnabled
Type : System.Boolean
- personalQuerySuggestionsEnabled
Type : System.Boolean
- UseSimpleSchemaUI
Type : System.Boolean
- properties
Type : System.Collections.Generic.Dictionary<String, String>
- defaultSearchProvider
Type : Microsoft.Office.Server.Search.Query.SearchProvider
- defaultQueryTimeout
Type : System.Int32
- maxQueryTimeout
Type : System.Int32
- maxKeywordQueryTextLength
Type : System.Int32
- installLanguage
Type : System.Int32
- installedlanguages
Type : System.Collections.Generic.List<Int32>
- searchcenterUrl
Type : System.String
- sharedSearchBoxSettings
Type : System.String
- discoveryMaxKeywordQueryTextLength
Type : System.Int32
- queryLoggingDailyLimit
Type : System.Int32
- alertsEnabled
Type : System.Boolean
- discoveryMaxRowLimit
Type : System.Int32
- maxRowLimit
Type : System.Int32
Voir aussi
Référence
SearchServiceApplicationInfo classe