ModelStore.CreateAnnotation, méthode (Type)
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Function CreateAnnotation ( _
annotationType As Type _
) As IModelAnnotation
public IModelAnnotation CreateAnnotation(
Type annotationType
)
public:
IModelAnnotation^ CreateAnnotation(
Type^ annotationType
)
member CreateAnnotation :
annotationType:Type -> IModelAnnotation
public function CreateAnnotation(
annotationType : Type
) : IModelAnnotation
Paramètres
- annotationType
Type : System.Type
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.