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

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Uma anotação de modelo.

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas CreateNamedAnnotation

Namespace Microsoft.Data.Schema.SchemaModel

ModelIdentifier

IModelAnnotation