Método ModelStore.GetAllAnnotations<TType>
Retorna uma lista das anotações no modelo que implementa o tipo de dado.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Public Function GetAllAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
public IList<TType> GetAllAnnotations<TType>()
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAllAnnotations()
member GetAllAnnotations : unit -> IList<'TType> when 'TType : not struct and IModelAnnotation
O JScript não oferece suporte a tipos ou métodos genéricos.
Parâmetros de tipo
- TType
A Type que é derivada de IModelAnnotation.
Valor de retorno
Tipo: System.Collections.Generic.IList<TType>
Uma lista de anotações.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.