ModelStore.GetAllAnnotations Method (ModelIdentifier)
Returns a list of all annotations that are named with the provided identifier.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Parameters
- identifier
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier.
Return Value
Type: System.Collections.Generic.IList<IModelAnnotation>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.