Compartilhar via


Construtor DataAsyncCommand (IVsDataConnection)

Inicializa uma nova instância do objeto de DataAsyncCommand com um objeto de IVsDataConnection que é definido no objeto herdado de DataSiteableObject<T> .

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

Sintaxe

'Declaração
Public Sub New ( _
    connection As IVsDataConnection _
)
public DataAsyncCommand(
    IVsDataConnection connection
)
public:
DataAsyncCommand(
    IVsDataConnection^ connection
)
new : 
        connection:IVsDataConnection -> DataAsyncCommand
public function DataAsyncCommand(
    connection : IVsDataConnection
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataAsyncCommand Classe

Sobrecargas DataAsyncCommand

Namespace Microsoft.VisualStudio.Data.Framework