ModelSchema.AddAnnotationClass – metoda
Přidá toto schéma třídy poznámky.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Sub AddAnnotationClass ( _
annotationClass As ModelAnnotationClass _
)
public void AddAnnotationClass(
ModelAnnotationClass annotationClass
)
public:
void AddAnnotationClass(
ModelAnnotationClass^ annotationClass
)
member AddAnnotationClass :
annotationClass:ModelAnnotationClass -> unit
public function AddAnnotationClass(
annotationClass : ModelAnnotationClass
)
Parametry
- annotationClass
Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
ModelAnnotationClass Objektu metadata v příd.měně
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.