Dela via


ModelStore.IModelAnnotationHolder.GetAnnotations Method

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

Syntax

'Declaration
Private Function GetAnnotations As IList(Of IModelAnnotation)
    Implements IModelAnnotationHolder.GetAnnotations
'Usage
Dim instance As ModelStore 
Dim returnValue As IList(Of IModelAnnotation)

returnValue = CType(instance, IModelAnnotationHolder).GetAnnotations()
IList<IModelAnnotation> IModelAnnotationHolder.GetAnnotations()
private:
virtual IList<IModelAnnotation^>^ GetAnnotations() sealed = IModelAnnotationHolder::GetAnnotations
JScript does not support explicit interface implementations.

Return Value

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

Implements

IModelAnnotationHolder.GetAnnotations()

.NET Framework Security

See Also

Reference

ModelStore Class

ModelStore Members

ModelStore Overload

Microsoft.Data.Schema.SchemaModel Namespace