Sdílet prostřednictvím


IVsDataAsyncCommand.DeriveParametersAsync – metoda

Při provádění třídou odvozuje, asynchronní způsobem nastavení parametrů pomocí zadaného příkazu.

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

Syntaxe

'Deklarace
Sub DeriveParametersAsync ( _
    command As String, _
    commandType As DataCommandType, _
    commandTimeout As Integer, _
    userState As Object _
)
void DeriveParametersAsync(
    string command,
    DataCommandType commandType,
    int commandTimeout,
    Object userState
)
void DeriveParametersAsync(
    String^ command, 
    DataCommandType commandType, 
    int commandTimeout, 
    Object^ userState
)
abstract DeriveParametersAsync : 
        command:string * 
        commandType:DataCommandType * 
        commandTimeout:int * 
        userState:Object -> unit 
function DeriveParametersAsync(
    command : String, 
    commandType : DataCommandType, 
    commandTimeout : int, 
    userState : Object
)

Parametry

  • command
    Typ: System.String
    Příkaz, jehož parametry jsou odvozeny.
  • commandTimeout
    Typ: System.Int32
    Množství času v sekundách, po které před příkaz časový limit.
  • userState
    Typ: System.Object
    Objekt, ve kterém tato metoda volá zpět v průběhu příkazu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataAsyncCommand Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů