Método ModelStore.GetAnnotations

Retorna todas as anotações no modelo.

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

Sintaxe

'Declaração
Public Function GetAnnotations As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations()
public:
virtual IList<IModelAnnotation^>^ GetAnnotations() sealed
abstract GetAnnotations : unit -> IList<IModelAnnotation> 
override GetAnnotations : unit -> IList<IModelAnnotation> 
public final function GetAnnotations() : IList<IModelAnnotation>

Valor de retorno

Tipo: System.Collections.Generic.IList<IModelAnnotation>
Uma lista de anotações.

Implementações

IModelAnnotationHolder.GetAnnotations()

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas GetAnnotations

Namespace Microsoft.Data.Schema.SchemaModel

ModelIdentifier