SqlSmoObject.ExecuteNonQuery(StringCollection, Boolean, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行 SQL 語句
protected void ExecuteNonQuery(System.Collections.Specialized.StringCollection queries, bool includeDbContext, bool executeForAlter);
member this.ExecuteNonQuery : System.Collections.Specialized.StringCollection * bool * bool -> unit
Protected Sub ExecuteNonQuery (queries As StringCollection, includeDbContext As Boolean, executeForAlter As Boolean)
參數
- queries
- StringCollection
- includeDbContext
- Boolean
若為真,則語句前綴為設定資料庫上下文;若為假,則不然
- executeForAlter
- Boolean
這次處決是否是為了某個分身。