ConnectionManaged.ExecuteBatch Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- sql
- String
- resultType
- Int32
- isStoredProc
- Boolean
- timeOut
- UInt32
- bypassPrepare
- Boolean
Implementações
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.ExecuteBatch(System.String,System.Int32,System.Boolean,System.UInt32,System.Boolean)