Compartir a través de


ModelStore.GetAllAnnotations (Método) (ModelIdentifier)

Devuelve la lista de todas las anotaciones nombradas con el identificador proporcionado.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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>

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

GetAllAnnotations (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

ModelIdentifier