Interfaccia IDTSExecuteSQL

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the properties for the Execute SQL task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Sintassi

'Dichiarazione
Public Interface IDTSExecuteSQL
'Utilizzo
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL =  interface end
public interface IDTSExecuteSQL

Nel tipo IDTSExecuteSQL sono esposti i membri seguenti.

Proprietà

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

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask