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

DataType.Collection(DataType) 方法

定义

为给定类型的集合创建 DataType。

public static Microsoft.Azure.Search.Models.DataType Collection (Microsoft.Azure.Search.Models.DataType elementType);
static member Collection : Microsoft.Azure.Search.Models.DataType -> Microsoft.Azure.Search.Models.DataType
Public Shared Function Collection (elementType As DataType) As DataType

参数

elementType
DataType

集合元素的 DataType。

返回

集合的新 DataType。

适用于