TeamFoundationSqlResourceComponent.PrepareSqlBatch 方法 (Int32, Boolean)
设置执行批处理SQL语句。 此方法将关闭所有现有命令或读取器。
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Protected Function PrepareSqlBatch ( _
lengthEstimate As Integer, _
bindPartitionId As Boolean _
) As SqlCommand
protected SqlCommand PrepareSqlBatch(
int lengthEstimate,
bool bindPartitionId
)
参数
- lengthEstimate
类型:System.Int32
字符数的最佳并在要执行的SQL语句。不必完全相同。
- bindPartitionId
类型:System.Boolean
如果为true,当前服务主机分区ID绑定到@partitionId
返回值
类型:System.Data.SqlClient.SqlCommand
初始化的SqlCommand对象
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。