Interfaz IDTSExecuteSQL
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado: Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)
Sintaxis
'Declaración
Public Interface IDTSExecuteSQL
'Uso
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL = interface end
public interface IDTSExecuteSQL
El tipo IDTSExecuteSQL expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
BypassPrepare | Infraestructura. | |
CodePage | Infraestructura. | |
Connection | Infraestructura. | |
IsStoredProcedure | Infraestructura. | |
ParameterBindings | Infraestructura. | |
ResultSetBindings | Infraestructura. | |
ResultSetType | Infraestructura. | |
SqlStatementSource | Infraestructura. | |
SqlStatementSourceType | Infraestructura. | |
TimeOut | Infraestructura. |
Arriba