Condividi tramite


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

Valore restituito

Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload CreateAnnotation

Spazio dei nomi Microsoft.Data.Schema.SchemaModel