共用方式為


DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) 方法

定義

傳回所指定 Entity Data Model (EDM) 型別的 Facet 描述清單。

public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetFacetDescriptions(System::Data::Metadata::Edm::EdmType ^ type);
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Metadata.Edm.EdmType type);
override this.GetFacetDescriptions : System.Data.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public Overrides Function GetFacetDescriptions (type As EdmType) As ReadOnlyCollection(Of FacetDescription)

參數

type
EdmType

要擷取 Facet 描述的 EdmType

傳回

型別 ReadOnlyCollection<T> 的集合,包含所指定 EDM 型別的 Facet 描述清單。

適用於