Freigeben über


DataMappedObjectTypeAttribute-Konstruktor

Initialisiert eine neue Instanz der Klasse DataMappedObjectTypeAttribute und gibt den Typnamen an.

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

Syntax

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

Parameter

  • typeName
    Typ: String

    Der Name des generischen Typs, der zugeordnet ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataMappedObjectTypeAttribute Klasse

Microsoft.VisualStudio.Data.Services-Namespace