共用方式為


DataMappedObjectTypeAttribute 建構函式

DataMappedObjectTypeAttribute 初始化類別的新執行個體,指定型別名稱。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

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

參數

  • typeName
    類型:String

    對應至泛型型別的名稱。

.NET Framework 安全性

請參閱

參考

DataMappedObjectTypeAttribute 類別

Microsoft.VisualStudio.Data.Services 命名空間