DataObjectIdentifierConverter 构造函数 (IVsDataConnection)

初始化 DataObjectIdentifierConverter 选件类的参数化的实例,指定数据连接对象。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Protected Sub New ( _
    connection As IVsDataConnection _
)
protected DataObjectIdentifierConverter(
    IVsDataConnection connection
)
protected:
DataObjectIdentifierConverter(
    IVsDataConnection^ connection
)
new : 
        connection:IVsDataConnection -> DataObjectIdentifierConverter
protected function DataObjectIdentifierConverter(
    connection : IVsDataConnection
)

参数

.NET Framework 安全性

请参见

参考

DataObjectIdentifierConverter 类

DataObjectIdentifierConverter 重载

Microsoft.VisualStudio.Data.Framework 命名空间