Método ModelStore.CreateNamedAnnotation (Type, 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 ( _
annotationType As Type, _
identifier As ModelIdentifier _
) As IModelAnnotation
public IModelAnnotation CreateNamedAnnotation(
Type annotationType,
ModelIdentifier identifier
)
public:
IModelAnnotation^ CreateNamedAnnotation(
Type^ annotationType,
ModelIdentifier^ identifier
)
member CreateNamedAnnotation :
annotationType:Type *
identifier:ModelIdentifier -> IModelAnnotation
public function CreateNamedAnnotation(
annotationType : Type,
identifier : ModelIdentifier
) : IModelAnnotation
Parâmetros
- annotationType
Tipo: System.Type
A Type partir do qual this é derivado.
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier que contém o nome da anotação.
Valor de retorno
Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Uma anotação de modelo.
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