Condividi tramite


Metodo ModelStore.GetAllAnnotations (ModelIdentifier)

Restituisce un elenco di tutte le annotazioni denominate con l'identificatore specificato.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetAllAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelIdentifier