Partilhar via


Construtor DataCommand (IVsDataConnection)

Inicializa uma nova instância da classe de DataCommand juntamente com um objeto de conexão de dados.

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

Sintaxe

'Declaração
Protected Sub New ( _
    connection As IVsDataConnection _
)
protected DataCommand(
    IVsDataConnection connection
)
protected:
DataCommand(
    IVsDataConnection^ connection
)
new : 
        connection:IVsDataConnection -> DataCommand
protected function DataCommand(
    connection : IVsDataConnection
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataCommand Classe

Sobrecargas DataCommand

Namespace Microsoft.VisualStudio.Data.Framework