Partilhar via


Método ModelStore.GetAllAnnotations (ModelIdentifier)

Retorna uma lista de todas as anotações são nomeados com o identificador fornecido.

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

Sintaxe

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

Parâmetros

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

ModelIdentifier