Metodo IModelAnnotationHolder.GetAnnotations (ModelIdentifier, Type)
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Function GetAnnotations ( _
identifier As ModelIdentifier, _
annotationType As Type _
) As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations(
ModelIdentifier identifier,
Type annotationType
)
IList<IModelAnnotation^>^ GetAnnotations(
ModelIdentifier^ identifier,
Type^ annotationType
)
abstract GetAnnotations :
identifier:ModelIdentifier *
annotationType:Type -> IList<IModelAnnotation>
function GetAnnotations(
identifier : ModelIdentifier,
annotationType : Type
) : IList<IModelAnnotation>
Parametri
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
- annotationType
Tipo: System.Type
Valore restituito
Tipo: System.Collections.Generic.IList<IModelAnnotation>
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.