共用方式為


Query.Culture 屬性

取得或設定查詢的地區設定。

命名空間:  Microsoft.SharePoint.Client.Search.Query
組件:  Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)

語法

'宣告
Public Property Culture As Integer
    Get
    Set
'用途
Dim instance As Query
Dim value As Integer

value = instance.Culture

instance.Culture = value
public int Culture { get; set; }

屬性值

類型:System.Int32
CultureInfo 指定的物件,地區設定識別碼

備註

查詢引擎來解譯查詢字詞,決定哪些文字分隔、 字幹、 同義字、 以及使用其他語言區分元件使用地區設定。

請參閱

參照

Query 類別

Query 成員

Microsoft.SharePoint.Client.Search.Query 命名空間