Freigeben über


ModelStore.GetAllAnnotations-Methode

Gibt eine Liste mit allen Anmerkungen zurück.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

GetAllAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

IModelAnnotation