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

Valeur renvoyée

Type : System.Int32
Retourne Int32 .

Voir aussi

Référence

ILoggingProvider interface

ILoggingProvider - Membres

Microsoft.SharePoint.Administration - Espace de noms