Compartir a través de


DataMappedObjectTypeAttribute (Constructor)

Inicializa una nueva instancia de la clase de DataMappedObjectTypeAttribute , especificando el nombre de tipo.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Public Sub New ( _
    typeName As String _
)
public DataMappedObjectTypeAttribute(
    string typeName
)
public:
DataMappedObjectTypeAttribute(
    String^ typeName
)
new : 
        typeName:string -> DataMappedObjectTypeAttribute
public function DataMappedObjectTypeAttribute(
    typeName : String
)

Parámetros

  • typeName
    Tipo: String

    El nombre del tipo genérico asignado.

Seguridad de .NET Framework

Vea también

Referencia

DataMappedObjectTypeAttribute Clase

Microsoft.VisualStudio.Data.Services (Espacio de nombres)