Share via


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

패싯 설명을 반환할 EDM 형식입니다.

반환

지정된 EDM 형식의 FacetDescription 개체입니다.

적용 대상