共用方式為


DbProviderManifest.GetFacetDescriptions(EdmType) 方法

定義

傳回特定型別的 FacetDescription 物件。

public:
 abstract System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetFacetDescriptions(System::Data::Metadata::Edm::EdmType ^ edmType);
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Metadata.Edm.EdmType edmType);
abstract member GetFacetDescriptions : System.Data.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public MustOverride Function GetFacetDescriptions (edmType As EdmType) As ReadOnlyCollection(Of FacetDescription)

參數

edmType
EdmType

要傳回 Facet 描述的 EDM 型別。

傳回

指定的 EDM 型別的 FacetDescription 物件。

適用於