Metodo ModelStore.CreateAnnotation (Type)
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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
Parametri
- annotationType
Tipo: System.Type
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
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.