Partager via


IVsDataCommand.ExecuteWithoutResults, méthode (String, DataCommandType)

Une fois implémentée par une classe, exécute une commande mais ne demande pas de résultats, à la place retourne un entier indiquant les résultats de l'appel.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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

Paramètres

  • command
    Type : System.String
    Une commande d'exécution spécifique à une source de données.

Valeur de retour

Type : System.Int32
Un code d'état entier spécifique au fournisseur de DDEX.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataCommand Interface

ExecuteWithoutResults, surcharge

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms