AdoDotNetObjectIdentifierConverter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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 包含数据源的连接属性的对象。