Condividi tramite


Metodo ModelStore.GetAllAnnotations (ModelIdentifier, Type)

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetAllAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel