ConnectionManaged.ExecuteBatch 方法

定义

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)

参数

sql
String
resultType
Int32
isStoredProc
Boolean
timeOut
UInt32
bypassPrepare
Boolean

实现

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.ExecuteBatch(System.String,System.Int32,System.Boolean,System.UInt32,System.Boolean)

适用于