ConnectionManaged.ExecuteBatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void ExecuteBatch(System::String ^ sql, int resultType, bool isStoredProc, System::UInt32 timeOut, bool bypassPrepare);
public void ExecuteBatch (string sql, int resultType, bool isStoredProc, uint timeOut, bool bypassPrepare);
abstract member ExecuteBatch : string * int * bool * uint32 * bool -> unit
override this.ExecuteBatch : string * int * bool * uint32 * bool -> unit
Public Sub ExecuteBatch (sql As String, resultType As Integer, isStoredProc As Boolean, timeOut As UInteger, bypassPrepare As Boolean)
Parameters
- sql
- String
- resultType
- Int32
- isStoredProc
- Boolean
- timeOut
- UInt32
- bypassPrepare
- Boolean
Implements
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.ExecuteBatch(System.String,System.Int32,System.Boolean,System.UInt32,System.Boolean)