Partilhar via


Método ModelStore.GetAllAnnotations

Retorna uma lista de todas as anotações.

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

Sintaxe

'Declaração
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>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas GetAllAnnotations

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation