다음을 통해 공유


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)

적용 대상