Metodo ModelStore.GetAllAnnotations<TType> (ModelIdentifier)
Restituisce tutte le annotazioni che implementano il tipo specificato.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function GetAllAnnotations(Of TType As {Class, IModelAnnotation}) ( _
identifier As ModelIdentifier _
) As IList(Of TType)
public IList<TType> GetAllAnnotations<TType>(
ModelIdentifier identifier
)
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAllAnnotations(
ModelIdentifier^ identifier
)
member GetAllAnnotations :
identifier:ModelIdentifier -> IList<'TType> when 'TType : not struct and IModelAnnotation
JScript non supporta i tipi o i metodi generici.
Parametri di tipo
- TType
Oggetto Type derivato dall'oggetto IModelAnnotation.
Parametri
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Oggetto ModelIdentifier.
Valore restituito
Tipo: System.Collections.Generic.IList<TType>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.