Partager via


ModelStore.GetAllAnnotations, méthode (ModelIdentifier)

Retourne une liste de toutes les annotations nommées avec l'identificateur fourni.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetAllAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
    ModelIdentifier identifier
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
    ModelIdentifier^ identifier
)
member GetAllAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
public function GetAllAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IList<IModelAnnotation>

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetAllAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelIdentifier