Partager via


SearchFieldDataType.Collection(SearchFieldDataType) Méthode

Définition

Obtient un SearchFieldDataType représentant une collection de type.

public static Azure.Search.Documents.Indexes.Models.SearchFieldDataType Collection (Azure.Search.Documents.Indexes.Models.SearchFieldDataType type);
static member Collection : Azure.Search.Documents.Indexes.Models.SearchFieldDataType -> Azure.Search.Documents.Indexes.Models.SearchFieldDataType
Public Shared Function Collection (type As SearchFieldDataType) As SearchFieldDataType

Paramètres

type
SearchFieldDataType

Type de collection.

Retours

SearchFieldDataType représentant une collection de type.

S’applique à