TeamFoundationSqlResourceComponent.SqlMaxBatchParameters Field
The maximum number of [SqlParameters] that can be bound to a single batch.
The SQL Server hard limit is 2100, ADO.NET uses 2 for the sp_executesql call-batch text and parameter list.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Const SqlMaxBatchParameters As Integer
public const int SqlMaxBatchParameters
public:
literal int SqlMaxBatchParameters
static val mutable SqlMaxBatchParameters: int
public const var SqlMaxBatchParameters : int
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.