ConnectionManaged.ExecuteBatch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- sql
- String
- resultType
- Int32
- isStoredProc
- Boolean
- timeOut
- UInt32
- bypassPrepare
- Boolean
Implémente
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.ExecuteBatch(System.String,System.Int32,System.Boolean,System.UInt32,System.Boolean)