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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
ExecuteWithoutResults – přetížení
Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů