Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Defines the properties for the Execute SQL task.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly : Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)
Syntaxe
'Déclaration
Public Interface IDTSExecuteSQL
'Utilisation
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL = interface end
public interface IDTSExecuteSQL
Le type IDTSExecuteSQL expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
BypassPrepare | Infrastructure. Gets or sets a value that indicates whether the Execute SQL task skips preparation of the statement when sending the SQL statement to the relational database management system (RDBMS). |
![]() |
CodePage | Infrastructure. Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes. |
![]() |
Connection | Infrastructure. Gets or sets the name of the connection manager for the Execute SQL task. |
![]() |
IsStoredProcedure | Infrastructure. Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure. |
![]() |
ParameterBindings | Infrastructure. Gets an object that implements IDTSParameterBindings interface. |
![]() |
ResultSetBindings | Infrastructure. Gets an object that implements IDTSResultBindings interface. |
![]() |
ResultSetType | Infrastructure. Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs. |
![]() |
SqlStatementSource | Infrastructure. Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs. |
![]() |
SqlStatementSourceType | Infrastructure. Gets or sets the type of source that contains the SQL statement that the Execute SQL task runs. |
![]() |
TimeOut | Infrastructure. Gets or sets the maximum number of seconds the task can run before timing out. |
Haut de la page
.gif)