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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。