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 安全性

请参见

参考

TeamFoundationSqlResourceComponent 类

PrepareSqlBatch 重载

Microsoft.TeamFoundation.Framework.Server 命名空间