Compartilhar via


Construtor DataMappedObjectTypeAttribute

Inicializa uma nova instância da classe de DataMappedObjectTypeAttribute , especificando o nome do tipo.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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: System.String
    O nome do tipo genérico que é mapeado.

Segurança do .NET Framework

Consulte também

Referência

DataMappedObjectTypeAttribute Classe

Namespace Microsoft.VisualStudio.Data.Services