Compartir a través de


ModelStore.CreateAnnotation (Método) (Type)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

CreateAnnotation (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)