IModelAnnotationHolder.AddAnnotation-Methode
Fügt diesem Element die angegebene Anmerkung hinzu.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub AddAnnotation ( _
annotation As IModelAnnotation _
)
void AddAnnotation(
IModelAnnotation annotation
)
void AddAnnotation(
IModelAnnotation^ annotation
)
abstract AddAnnotation :
annotation:IModelAnnotation -> unit
function AddAnnotation(
annotation : IModelAnnotation
)
Parameter
- annotation
Typ: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Die hinzuzufügende Modellanmerkung.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IModelAnnotationHolder Schnittstelle