Freigeben über


ModelStore.GetAllAnnotations-Methode (ModelIdentifier)

Gibt eine Liste aller Anmerkungen zurück, die mit dem bereitgestellten Bezeichner benannt sind.

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>

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

GetAllAnnotations-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

ModelIdentifier