ModelStore.GetAllAnnotations Method (ModelStore.Identifier, Type)

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

Syntax

'Declaration
Public Function GetAllAnnotations ( _
    identifier As ModelStore..::..Identifier, _
    annotationType As Type _
) As IList(Of IModelAnnotation)
'Usage
Dim instance As ModelStore
Dim identifier As ModelStore..::..Identifier
Dim annotationType As Type
Dim returnValue As IList(Of IModelAnnotation)

returnValue = instance.GetAllAnnotations(identifier, _
    annotationType)
public IList<IModelAnnotation> GetAllAnnotations(
    ModelStore..::..Identifier identifier,
    Type annotationType
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
    ModelStore..::..Identifier^ identifier, 
    Type^ annotationType
)
public function GetAllAnnotations(
    identifier : ModelStore..::..Identifier, 
    annotationType : Type
) : IList<IModelAnnotation>
member GetAllAnnotations : 
        identifier:ModelStore..::..Identifier * 
        annotationType:Type -> IList<IModelAnnotation> 

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ModelStore Class

ModelStore Members

GetAllAnnotations Overload

Microsoft.Data.Schema.SchemaModel Namespace