Share via


ConnectionManagedGeneric Class

Definition

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

Constructors

ConnectionManagedGeneric()

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