Share via


ConnectionManagedOleDb Class

Definition

public ref class ConnectionManagedOleDb : Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::Connections::ConnectionManaged
public class ConnectionManagedOleDb : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.ConnectionManaged
type ConnectionManagedOleDb = class
    inherit ConnectionManaged
Public Class ConnectionManagedOleDb
Inherits ConnectionManaged
Inheritance
ConnectionManagedOleDb

Constructors

ConnectionManagedOleDb()

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)

Properties

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

Methods

BindParameter(Object, Int32, Int32, Object) (Inherited from ConnectionManaged)
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)
SetDBConnection(Object) (Inherited from ConnectionManaged)
SetParameterSize(Int32) (Inherited from ConnectionManaged)
UseParameterSize()

Applies to