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。

適用対象