Freigeben über


DataType.Collection(DataType) Methode

Definition

Erstellt einen Datentyp für eine Auflistung des angegebenen Typs.

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

Parameter

elementType
DataType

Der Datentyp der Elemente der Auflistung.

Gibt zurück

Ein neuer Datentyp für eine Sammlung.

Gilt für: