Condividi tramite


Metodo ModelStore.CreateNamedAnnotation (Type, ModelIdentifier)

Crea un oggetto ModelAnnotation denominato utilizzando l'identificatore di modello specificato.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Annotazione del modello.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload CreateNamedAnnotation

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelIdentifier

IModelAnnotation