SPUsageProvider.ExecuteNonQuery 方法
执行事务处理 SQL 查询不返回任何行。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Function ExecuteNonQuery ( _
command As SqlCommand _
) As Integer
用法
Dim instance As SPUsageProvider
Dim command As SqlCommand
Dim returnValue As Integer
returnValue = instance.ExecuteNonQuery(command)
public virtual int ExecuteNonQuery(
SqlCommand command
)
参数
command
类型:System.Data.SqlClient.SqlCommand**[System.Data.SqlClient.SqlCommand]**对象,它指定要执行的事务处理 SQL 查询。
返回值
类型:System.Int32
受影响的行的Int32的数。
实现
ILoggingProvider.ExecuteNonQuery(SqlCommand)
备注
警告
未实现该成员函数。