初始化 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
类型:System.String
映射型类型的名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。