AdoDotNetConnectionSupport.ExecuteWithoutResultsCore, méthode
Exécute une commande spécifiée, éventuellement avec des paramètres.Ne retourne aucun résultat de la requête.
Espace de noms : Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected Overridable Function ExecuteWithoutResultsCore ( _
command As String, _
commandType As DataCommandType, _
parameters As IVsDataParameter(), _
commandTimeout As Integer _
) As Integer
protected virtual int ExecuteWithoutResultsCore(
string command,
DataCommandType commandType,
IVsDataParameter[] parameters,
int commandTimeout
)
protected:
virtual int ExecuteWithoutResultsCore(
String^ command,
DataCommandType commandType,
array<IVsDataParameter^>^ parameters,
int commandTimeout
)
abstract ExecuteWithoutResultsCore :
command:string *
commandType:DataCommandType *
parameters:IVsDataParameter[] *
commandTimeout:int -> int
override ExecuteWithoutResultsCore :
command:string *
commandType:DataCommandType *
parameters:IVsDataParameter[] *
commandTimeout:int -> int
protected function ExecuteWithoutResultsCore(
command : String,
commandType : DataCommandType,
parameters : IVsDataParameter[],
commandTimeout : int
) : int
Paramètres
- command
Type : System.String
Commande d'exécution spécifique à la source de données.
- commandType
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType
Type de l'ordre indiqué, spécifiant comment interpréter le contenu du paramètre d' command .
- parameters
Type : array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]
Tableau d' DataParameter objets et pour le type spécifié de commande.
- commandTimeout
Type : System.Int32
La durée, en secondes, pour bloquer le client avant d'annuler la dérivation de schéma et retourner à l'appelant.La valeur zéro indique la minuterie infinie ; une valeur de -1 indique une valeur par défaut de fournisseur.
Valeur de retour
Type : System.Int32
Nombre de lignes affectées.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AdoDotNetConnectionSupport Classe
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms