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 : StringUne commande d'exécution spécifique à une source de données.
commandType
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypeUne valeur de l'énumération d' DataCommandType représentant le type de commande pour l'ordre indiqué, spécifiant comment interpréter le contenu du paramètre d' command .
Valeur de retour
Type : Int32
Un code d'état entier spécifique au fournisseur de DDEX.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ExecuteWithoutResults, surcharge
Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms