Sdílet prostřednictvím


DataAsyncCommand – konstruktor (IVsDataConnection)

Inicializuje novou instanci DataAsyncCommand objekt s IVsDataConnection objektu je nastavena na zdědily DataSiteableObject<T> objektu.

Obor názvů:  Microsoft.VisualStudio.Data.Framework
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    connection As IVsDataConnection _
)
public DataAsyncCommand(
    IVsDataConnection connection
)
public:
DataAsyncCommand(
    IVsDataConnection^ connection
)
new : 
        connection:IVsDataConnection -> DataAsyncCommand
public function DataAsyncCommand(
    connection : IVsDataConnection
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataAsyncCommand Třída

DataAsyncCommand – přetížení

Microsoft.VisualStudio.Data.Framework – obor názvů