Interface IDTSExecuteSQL
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (em Microsoft.SqlServer.SQLTask.dll)
Sintaxe
'Declaração
Public Interface IDTSExecuteSQL
'Uso
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL = interface end
public interface IDTSExecuteSQL
O tipo IDTSExecuteSQL expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BypassPrepare | Infraestrutura. | |
CodePage | Infraestrutura. | |
Connection | Infraestrutura. | |
IsStoredProcedure | Infraestrutura. | |
ParameterBindings | Infraestrutura. | |
ResultSetBindings | Infraestrutura. | |
ResultSetType | Infraestrutura. | |
SqlStatementSource | Infraestrutura. | |
SqlStatementSourceType | Infraestrutura. | |
TimeOut | Infraestrutura. |
Início