Freigeben über


IVsDataCommand.ExecuteWithoutResults-Methode (String)

Wenn Sie von einer Klasse implementiert werden, wird ausgeführt, einen Befehl jedoch erfordert keine Ergebnisse und gibt eine ganze Zahl stattdessen das Ergebnis des Aufrufs angibt zurück.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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

Parameter

  • command
    Typ: String

    Ein -Objekt.

Rückgabewert

Typ: Int32
Ein anbieterspezifischer ganzzahliger Statuscode DDEX.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataCommand Schnittstelle

ExecuteWithoutResults-Überladung

Microsoft.VisualStudio.Data.Services.SupportEntities-Namespace