Интерфейс IDTSExecuteSQL

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Defines the properties for the Execute SQL task.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Сборка:  Microsoft.SqlServer.SQLTask (в Microsoft.SqlServer.SQLTask.dll)

Синтаксис

'Декларация
Public Interface IDTSExecuteSQL
'Применение
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL =  interface end
public interface IDTSExecuteSQL

Тип IDTSExecuteSQL обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство BypassPrepare Инфраструктура. 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).
Открытое свойство CodePage Инфраструктура. Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes.
Открытое свойство Connection Инфраструктура. Gets or sets the name of the connection manager for the Execute SQL task.
Открытое свойство IsStoredProcedure Инфраструктура. Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure.
Открытое свойство ParameterBindings Инфраструктура. Gets an object that implements IDTSParameterBindings interface.
Открытое свойство ResultSetBindings Инфраструктура. Gets an object that implements IDTSResultBindings interface.
Открытое свойство ResultSetType Инфраструктура. Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs.
Открытое свойство SqlStatementSource Инфраструктура. Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs.
Открытое свойство SqlStatementSourceType Инфраструктура. Gets or sets the type of source that contains the SQL statement that the Execute SQL task runs.
Открытое свойство TimeOut Инфраструктура. Gets or sets the maximum number of seconds the task can run before timing out.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask