SPDiagnosticsProvider.ExecuteNonQuery 方法

执行事务处理 SQL 查询不返回任何行。

命名空间:  Microsoft.SharePoint.Diagnostics
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable Function ExecuteNonQuery ( _
    command As SqlCommand _
) As Integer
用法
Dim instance As SPDiagnosticsProvider
Dim command As SqlCommand
Dim returnValue As Integer

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

参数

返回值

类型:System.Int32
返回表示指定的命令返回的行数Int32

实现

ILoggingProvider.ExecuteNonQuery(SqlCommand)

另请参阅

引用

SPDiagnosticsProvider 类

SPDiagnosticsProvider 成员

Microsoft.SharePoint.Diagnostics 命名空间