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

DataTypeExtensions.IsComplex(DataType) 方法

定义

指示给定的数据类型是否为复杂类型。

public static bool IsComplex (this Microsoft.Azure.Search.Models.DataType dataType);
static member IsComplex : Microsoft.Azure.Search.Models.DataType -> bool
<Extension()>
Public Function IsComplex (dataType As DataType) As Boolean

参数

dataType
DataType

要检查的数据类型。

返回

true 如果类型表示复杂对象或复杂对象的集合,则为 ; false 否则。

适用于