Sdílet prostřednictvím


IModelAnnotationHolder.GetAnnotations – metoda (ModelIdentifier)

Vrátí seznam připojené poznámky, které mají daný identifikátor.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelAnnotation>
Seznam obsahující poznámky vybraný model.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelAnnotationHolder Rozhraní

GetAnnotations – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů

ModelIdentifier