Sdílet prostřednictvím


IVsDataCommand.ExecuteWithoutResults – metoda (String)

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 _
) As Integer
int ExecuteWithoutResults(
    string command
)
int ExecuteWithoutResults(
    String^ command
)
abstract ExecuteWithoutResults : 
        command:string -> int 
function ExecuteWithoutResults(
    command : String
) : 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ů