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
)

参数

.NET Framework 安全性

请参见

参考

DataMappedObjectTypeAttribute 类

Microsoft.VisualStudio.Data.Services 命名空间