Partager via


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

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)

Voir aussi

Référence

SPDiagnosticsProvider classe

SPDiagnosticsProvider - Membres

Microsoft.SharePoint.Diagnostics - Espace de noms