ModelStore.CreateAnnotation-Methode (ModelAnnotationClass)
Erstellt eine Anmerkung mithilfe der angegebenen Anmerkungsmetadaten.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function CreateAnnotation ( _
annotationClass As ModelAnnotationClass _
) As IModelAnnotation
public IModelAnnotation CreateAnnotation(
ModelAnnotationClass annotationClass
)
public:
IModelAnnotation^ CreateAnnotation(
ModelAnnotationClass^ annotationClass
)
member CreateAnnotation :
annotationClass:ModelAnnotationClass -> IModelAnnotation
public function CreateAnnotation(
annotationClass : ModelAnnotationClass
) : IModelAnnotation
Parameter
- annotationClass
Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Rückgabewert
Typ: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Die erstellte Anmerkung.
.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.