Aracılığıyla paylaş


ModelStore.GetAnnotations Yöntem (ModelIdentifier)

Verilen tanımlayıcılar uyan model üzerinde ek açıklamaları listesini döndürür.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Function GetAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
    ModelIdentifier identifier
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
    ModelIdentifier^ identifier
) sealed
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
override GetAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
public final function GetAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.IList<IModelAnnotation>
Ek açıklamalar listesi.

Yüklenen

IModelAnnotationHolder.GetAnnotations(ModelIdentifier)

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelStore Sınıf

GetAnnotations Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı

ModelIdentifier