ILoggingProvider.ExecuteNonQuery - Méthode
Exécute une requête Transact-SQL qui ne retourne pas de lignes.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Function ExecuteNonQuery ( _
command As SqlCommand _
) As Integer
'Utilisation
Dim instance As ILoggingProvider
Dim command As SqlCommand
Dim returnValue As Integer
returnValue = instance.ExecuteNonQuery(command)
int ExecuteNonQuery(
SqlCommand command
)
Paramètres
- command
Type : System.Data.SqlClient.SqlCommand
Valeur renvoyée
Type : System.Int32
Retourne Int32 .