Sdílet prostřednictvím


DataMappedObjectTypeAttribute – konstruktor

Inicializuje novou instanci DataMappedObjectTypeAttribute třídy název typu.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

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

Parametry

  • typeName
    Typ: System.String
    Název obecný typ, který je mapován.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataMappedObjectTypeAttribute Třída

Microsoft.VisualStudio.Data.Services – obor názvů