Freigeben über


IDTSExecuteSQL-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Defines the properties for the Execute SQL task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Public Interface IDTSExecuteSQL
'Usage
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL =  interface end
public interface IDTSExecuteSQL

Der IDTSExecuteSQL-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace