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
- command
Typ: System.Data.SqlClient.SqlCommand
Rückgabewert
Typ: System.Int32
Gibt Int32 zurück.