Partager via


DataMappedObjectTypeAttribute, constructeur

Initialise une nouvelle instance de la classe d' DataMappedObjectTypeAttribute , en spécifiant le nom de type.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    typeName As String _
)
public DataMappedObjectTypeAttribute(
    string typeName
)
public:
DataMappedObjectTypeAttribute(
    String^ typeName
)
new : 
        typeName:string -> DataMappedObjectTypeAttribute
public function DataMappedObjectTypeAttribute(
    typeName : String
)

Paramètres

  • typeName
    Type : String

    Le nom du type générique mappé.

Sécurité .NET Framework

Voir aussi

Référence

DataMappedObjectTypeAttribute Classe

Microsoft.VisualStudio.Data.Services, espace de noms