ConnectionManagedSQL Class

Definition

public ref class ConnectionManagedSQL : Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::Connections::ConnectionManaged, Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::IDTSSetConnectionManager
public class ConnectionManagedSQL : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.ConnectionManaged, Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSSetConnectionManager
type ConnectionManagedSQL = class
    inherit ConnectionManaged
    interface IDTSSetConnectionManager
Public Class ConnectionManagedSQL
Inherits ConnectionManaged
Implements IDTSSetConnectionManager
Inheritance
ConnectionManagedSQL
Implements

Constructors

ConnectionManagedSQL()

Fields

m_CodePage (Inherited from ConnectionManaged)
m_command (Inherited from ConnectionManaged)
m_connMgr (Inherited from ConnectionManaged)
m_dataSet (Inherited from ConnectionManaged)
m_ExecutionValue (Inherited from ConnectionManaged)
m_ParameterSize (Inherited from ConnectionManaged)
m_rawConnection (Inherited from ConnectionManaged)
m_reader (Inherited from ConnectionManaged)
m_xmlDoc

Properties

CodePage (Inherited from ConnectionManaged)
DataSet (Inherited from ConnectionManaged)
Events (Inherited from ConnectionManaged)
ExecutionValue (Inherited from ConnectionManaged)
IsXMLSupported
Log (Inherited from ConnectionManaged)
XmlResult

Methods

BindParameter(Object, Int32, Int32, Object)
ClearStructures() (Inherited from ConnectionManaged)
Close() (Inherited from ConnectionManaged)
ConvertParameterDirection(ParameterDirections) (Inherited from ConnectionManaged)
CreateDataAdapter(IDbCommand)
CreateDataParameter()
ExecuteBatch(String, Int32, Boolean, UInt32, Boolean) (Inherited from ConnectionManaged)
ExecuteStatement(Int32, Boolean, UInt32) (Inherited from ConnectionManaged)
ExecuteXML()
GetColumn(Object) (Inherited from ConnectionManaged)
GetOutParamValue(Object) (Inherited from ConnectionManaged)
IsDynamicLength(DbType)

Helper function to determine whether the parameter type has as variable length (strings and binary)

(Inherited from ConnectionManaged)
PostDiagnosticMessage(String) (Inherited from ConnectionManaged)
PrepareSQLStatement(String, Boolean) (Inherited from ConnectionManaged)
SetConnectionManager(Object)
SetDBConnection(Object) (Inherited from ConnectionManaged)
SetParameterSize(Int32) (Inherited from ConnectionManaged)
UseParameterSize()

Allows different managed providers to handle the default parameter size (-1)

(Inherited from ConnectionManaged)

Applies to