ModelStore.GetAllAnnotations – metoda (ModelIdentifier)
Vrátí seznam všech poznámek s názvem zadané identifikátorem.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Parametry
- identifier
Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier.
Vrácená hodnota
Typ: System.Collections.Generic.IList<IModelAnnotation>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.