ModelStore.GetAnnotations Method (ModelIdentifier)

Returns a list of the annotations on the model that matches the given identifiers.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameters

Return Value

Type: System.Collections.Generic.IList<IModelAnnotation>
A list of annotations.

Implements

IModelAnnotationHolder.GetAnnotations(ModelIdentifier)

.NET Framework Security

See Also

Reference

ModelStore Class

GetAnnotations Overload

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier