Compartir a través de


Interfaz IDTSExecuteSQL

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines the properties for the Execute SQL task.

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
Propiedad pública BypassPrepare Infraestructura. 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).
Propiedad pública CodePage Infraestructura. Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes.
Propiedad pública Connection Infraestructura. Gets or sets the name of the connection manager for the Execute SQL task.
Propiedad pública IsStoredProcedure Infraestructura. Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure.
Propiedad pública ParameterBindings Infraestructura. Gets an object that implements IDTSParameterBindings interface.
Propiedad pública ResultSetBindings Infraestructura. Gets an object that implements IDTSResultBindings interface.
Propiedad pública ResultSetType Infraestructura. Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs.
Propiedad pública SqlStatementSource Infraestructura. Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs.
Propiedad pública SqlStatementSourceType Infraestructura. Gets or sets the type of source that contains the SQL statement that the Execute SQL task runs.
Propiedad pública TimeOut Infraestructura. Gets or sets the maximum number of seconds the task can run before timing out.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask