AdoDotNetObjectIdentifierConverter Constructor (IVsDataConnection)

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

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣告
Public Sub New ( _
    connection As IVsDataConnection _
)
public AdoDotNetObjectIdentifierConverter(
    IVsDataConnection connection
)
public:
AdoDotNetObjectIdentifierConverter(
    IVsDataConnection^ connection
)
new : 
        connection:IVsDataConnection -> AdoDotNetObjectIdentifierConverter
public function AdoDotNetObjectIdentifierConverter(
    connection : IVsDataConnection
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetObjectIdentifierConverter Class

AdoDotNetObjectIdentifierConverter Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace