Método ModelStore.CreateNamedAnnotation<TAnnotation> (ModelIdentifier)

Cria um nomeado ModelAnnotation o objeto usando o identificador do modelo fornecido.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Function CreateNamedAnnotation(Of TAnnotation As IModelAnnotation) ( _
    identifier As ModelIdentifier _
) As TAnnotation
public TAnnotation CreateNamedAnnotation<TAnnotation>(
    ModelIdentifier identifier
)
where TAnnotation : IModelAnnotation
public:
generic<typename TAnnotation>
where TAnnotation : IModelAnnotation
TAnnotation CreateNamedAnnotation(
    ModelIdentifier^ identifier
)
member CreateNamedAnnotation : 
        identifier:ModelIdentifier -> 'TAnnotation  when 'TAnnotation : IModelAnnotation
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

Parâmetros

Valor de retorno

Tipo: TAnnotation
Uma anotação de modelo nomeado.

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas CreateNamedAnnotation

Namespace Microsoft.Data.Schema.SchemaModel

ModelIdentifier