Compartilhar via


Interface IDTSExecuteSQL

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines the properties for the Execute SQL task.

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

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask