Aracılığıyla paylaş


IModelAnnotationHolder.GetAnnotations Yöntem (ModelIdentifier)

Verilen tanımlayıcıya sahip ekli 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
Function GetAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations(
    ModelIdentifier identifier
)
IList<IModelAnnotation^>^ GetAnnotations(
    ModelIdentifier^ identifier
)
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
function GetAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.IList<IModelAnnotation>
Seçili modeli ek açıklamalar içeren bir liste.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IModelAnnotationHolder Arabirim

GetAnnotations Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı

ModelIdentifier