SPDiagnosticsProvider.ExecuteNonQuery - Méthode
Exécute une requête Transact-SQL qui ne retourne pas de lignes.
Espace de noms : Microsoft.SharePoint.Diagnostics
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Function ExecuteNonQuery ( _
command As SqlCommand _
) As Integer
'Utilisation
Dim instance As SPDiagnosticsProvider
Dim command As SqlCommand
Dim returnValue As Integer
returnValue = instance.ExecuteNonQuery(command)
public virtual int ExecuteNonQuery(
SqlCommand command
)
Paramètres
command
Type : System.Data.SqlClient.SqlCommandUn objet SQLCommand qui contient la requête Transact-SQL à exécuter.
Valeur renvoyée
Type : System.Int32
Retourne un Int32 qui représente le nombre de lignes renvoyées par la commande spécifiée.
Implémentations
ILoggingProvider.ExecuteNonQuery(SqlCommand)