AdoDotNetObjectIdentifierConverter 构造函数

定义

重载

AdoDotNetObjectIdentifierConverter()

初始化 AdoDotNetObjectIdentifierConverter 类的新实例。

AdoDotNetObjectIdentifierConverter(IVsDataConnection)

AdoDotNetObjectIdentifierConverter使用指定的数据连接对象初始化类的新实例。

AdoDotNetObjectIdentifierConverter()

初始化 AdoDotNetObjectIdentifierConverter 类的新实例。

public:
 AdoDotNetObjectIdentifierConverter();
public AdoDotNetObjectIdentifierConverter ();
Public Sub New ()

适用于

AdoDotNetObjectIdentifierConverter(IVsDataConnection)

AdoDotNetObjectIdentifierConverter使用指定的数据连接对象初始化类的新实例。

public:
 AdoDotNetObjectIdentifierConverter(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
public AdoDotNetObjectIdentifierConverter (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectIdentifierConverter : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectIdentifierConverter
Public Sub New (connection As IVsDataConnection)

参数

connection
IVsDataConnection

一个 IVsDataConnection 包含数据源的连接属性的对象。

适用于