Sdílet prostřednictvím


ModelStore.GetAllAnnotations – metoda

Vrátí seznam všech poznámek.

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

Syntaxe

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

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ů

IModelAnnotation