Sdílet prostřednictvím


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

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

GetAllAnnotations – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů