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
- TAnnotation
A Type que é derivada de IModelAnnotation.
Parâmetros
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier que contém o nome da anotação.
Valor de retorno
Tipo: TAnnotation
Uma anotação de modelo nomeado.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Sobrecargas CreateNamedAnnotation