DataObjectSelector Constructor (IVsDataConnection)

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

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

Syntax

'宣言
Protected Sub New ( _
    connection As IVsDataConnection _
)
'使用
Dim connection As IVsDataConnection

Dim instance As New DataObjectSelector(connection)
protected DataObjectSelector(
    IVsDataConnection connection
)
protected:
DataObjectSelector(
    IVsDataConnection^ connection
)
protected function DataObjectSelector(
    connection : IVsDataConnection
)

Parameters

Permissions

See Also

Reference

DataObjectSelector Class

DataObjectSelector Members

DataObjectSelector Overload

Microsoft.VisualStudio.Data.Framework Namespace