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
- annotationType
Tipo: System.Type
Type this da cui deriva
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier che contiene il nome dell'annotazione.
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Annotazione del modello.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Overload CreateNamedAnnotation