Metodo ModelStore.GetAnnotations (ModelIdentifier)
Restituisce un elenco delle annotazioni nel modello corrispondente agli identificatori specificati.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function GetAnnotations ( _
identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
ModelIdentifier identifier
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
ModelIdentifier^ identifier
) sealed
abstract GetAnnotations :
identifier:ModelIdentifier -> IList<IModelAnnotation>
override GetAnnotations :
identifier:ModelIdentifier -> IList<IModelAnnotation>
public final function GetAnnotations(
identifier : ModelIdentifier
) : IList<IModelAnnotation>
Parametri
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Oggetto ModelIdentifier.
Valore restituito
Tipo: System.Collections.Generic.IList<IModelAnnotation>
Elenco di annotazioni.
Implementa
IModelAnnotationHolder.GetAnnotations(ModelIdentifier)
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.