Interface IDTSExecuteSQL
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
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. |
![]() |
CodePage | Infrastructure. |
![]() |
Connection | Infrastructure. |
![]() |
IsStoredProcedure | Infrastructure. |
![]() |
ParameterBindings | Infrastructure. |
![]() |
ResultSetBindings | Infrastructure. |
![]() |
ResultSetType | Infrastructure. |
![]() |
SqlStatementSource | Infrastructure. |
![]() |
SqlStatementSourceType | Infrastructure. |
![]() |
TimeOut | Infrastructure. |
Haut de la page