ModelStore.GetAllAnnotations – metoda (ModelIdentifier, Type)
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Function GetAllAnnotations ( _
identifier As ModelIdentifier, _
annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
ModelIdentifier identifier,
Type annotationType
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
ModelIdentifier^ identifier,
Type^ annotationType
)
member GetAllAnnotations :
identifier:ModelIdentifier *
annotationType:Type -> IList<IModelAnnotation>
public function GetAllAnnotations(
identifier : ModelIdentifier,
annotationType : Type
) : IList<IModelAnnotation>
Parametry
- identifier
Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
- annotationType
Typ: System.Type
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.