Sdílet prostřednictvím


ModelStore.GetAllAnnotations – metoda (ModelIdentifier)

Vrátí seznam všech poznámek s názvem zadané identifikátorem.

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

Syntaxe

'Deklarace
Public Function GetAllAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
    ModelIdentifier identifier
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
    ModelIdentifier^ identifier
)
member GetAllAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
public function GetAllAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelAnnotation>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

GetAllAnnotations – přetížení

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

ModelIdentifier