DataCommand Constructor (IVsDataConnection)

Initializes a new instance of the DataCommand class together with a 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 DataCommand(connection)
protected DataCommand(
    IVsDataConnection connection
)
protected:
DataCommand(
    IVsDataConnection^ connection
)
protected function DataCommand(
    connection : IVsDataConnection
)

Parameters

Permissions

See Also

Reference

DataCommand Class

DataCommand Members

DataCommand Overload

Microsoft.VisualStudio.Data.Framework Namespace