Metodo ModelStore.GetAllAnnotations (ModelIdentifier, Type)
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function GetAllAnnotations ( _
identifier As ModelIdentifier, _
annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
ModelIdentifier identifier,
Type annotationType
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
ModelIdentifier^ identifier,
Type^ annotationType
)
member GetAllAnnotations :
identifier:ModelIdentifier *
annotationType:Type -> IList<IModelAnnotation>
public function GetAllAnnotations(
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.