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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。