Condividi tramite


Metodo ModelStore.CreateNamedAnnotation (ModelAnnotationClass, ModelIdentifier)

Crea un oggetto ModelAnnotation denominato utilizzando l'identificatore e l'oggetto metadati di annotazione specificati.

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

Sintassi

'Dichiarazione
Public Function CreateNamedAnnotation ( _
    annotationClass As ModelAnnotationClass, _
    identifier As ModelIdentifier _
) As IModelAnnotation
public IModelAnnotation CreateNamedAnnotation(
    ModelAnnotationClass annotationClass,
    ModelIdentifier identifier
)
public:
IModelAnnotation^ CreateNamedAnnotation(
    ModelAnnotationClass^ annotationClass, 
    ModelIdentifier^ identifier
)
member CreateNamedAnnotation : 
        annotationClass:ModelAnnotationClass * 
        identifier:ModelIdentifier -> IModelAnnotation 
public function CreateNamedAnnotation(
    annotationClass : ModelAnnotationClass, 
    identifier : ModelIdentifier
) : IModelAnnotation

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload CreateNamedAnnotation

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelAnnotationClass

ModelIdentifier

IModelAnnotation