AdoDotNetObjectIdentifierConverter Constructors

Definition

Overloads

AdoDotNetObjectIdentifierConverter()

Initializes a new instance of the AdoDotNetObjectIdentifierConverter class.

AdoDotNetObjectIdentifierConverter(IVsDataConnection)

Initializes a new instance of the AdoDotNetObjectIdentifierConverter class with the specified data connection object.

AdoDotNetObjectIdentifierConverter()

Initializes a new instance of the AdoDotNetObjectIdentifierConverter class.

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

Applies to

AdoDotNetObjectIdentifierConverter(IVsDataConnection)

Initializes a new instance of the AdoDotNetObjectIdentifierConverter class with the specified data connection object.

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)

Parameters

connection
IVsDataConnection

An IVsDataConnection object containing the connection properties to the data source.

Applies to