Sdílet prostřednictvím


IVsDataCommand.ExecuteWithoutResults – metoda (String, DataCommandType)

Při provádění třídou spustí příkaz ale nepožaduje výsledků místo toho vrací celé číslo označující výsledek volání.

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

Syntaxe

'Deklarace
Function ExecuteWithoutResults ( _
    command As String, _
    commandType As DataCommandType _
) As Integer
int ExecuteWithoutResults(
    string command,
    DataCommandType commandType
)
int ExecuteWithoutResults(
    String^ command, 
    DataCommandType commandType
)
abstract ExecuteWithoutResults : 
        command:string * 
        commandType:DataCommandType -> int 
function ExecuteWithoutResults(
    command : String, 
    commandType : DataCommandType
) : int

Parametry

  • command
    Typ: System.String
    Příkaz ke spuštění konkrétního zdroje dat.

Vrácená hodnota

Typ: System.Int32
Kód stavu DDEX provider–specific celé číslo.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataCommand Rozhraní

ExecuteWithoutResults – přetížení

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