Freigeben über


ILoggingProvider.ExecuteNonQuery-Methode

Führt eine Transact-SQL-Abfrage, die keine Zeilen zurückgibt.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Function ExecuteNonQuery ( _
    command As SqlCommand _
) As Integer
'Usage
Dim instance As ILoggingProvider
Dim command As SqlCommand
Dim returnValue As Integer

returnValue = instance.ExecuteNonQuery(command)
int ExecuteNonQuery(
    SqlCommand command
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

Siehe auch

Referenz

ILoggingProvider Schnittstelle

ILoggingProvider-Member

Microsoft.SharePoint.Administration-Namespace