你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchDocument.GetInt64Collection(String) 方法

定义

获取名为 keyInt64 集合属性的值SearchDocument

public System.Collections.Generic.IReadOnlyList<long> GetInt64Collection (string key);
member this.GetInt64Collection : string -> System.Collections.Generic.IReadOnlyList<int64>
Public Function GetInt64Collection (key As String) As IReadOnlyList(Of Long)

参数

key
String

属性的名称。

返回

该属性的值。

适用于