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 네임스페이스