TeamFoundationSqlResourceComponent.AddStatement 方法 (String, Int32, Boolean, Boolean)
将语句添加到当前SQL批处理。 在调用 [AddStatement]之前,必须调用 [PrepareSqlBatch]。 如果要添加可使用此语句参数数目将超出允许的参数的最大数量在单个SQL批处理的,已作为批的语句,都将执行新的批从已添加的语句并将启动。
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Protected Function AddStatement ( _
sqlStatement As String, _
parameterCount As Integer, _
allowExecute As Boolean, _
addStatementIndex As Boolean _
) As Integer
protected int AddStatement(
string sqlStatement,
int parameterCount,
bool allowExecute,
bool addStatementIndex
)
参数
- sqlStatement
类型:System.String
添加的SQL语句划分为多个批。
- parameterCount
类型:System.Int32
此语句之后绑定参数的数目。
- allowExecute
类型:System.Boolean
如果有太多参数,使部分批的执行。
- addStatementIndex
类型:System.Boolean
将语句为格式字符串并使用从零开始的索引语句替换“{0}”。
返回值
类型:System.Int32
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。