ConnectionManagedOleDb 类

定义

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
继承
ConnectionManagedOleDb

构造函数

ConnectionManagedOleDb()

字段

m_CodePage (继承自 ConnectionManaged)
m_command (继承自 ConnectionManaged)
m_connMgr (继承自 ConnectionManaged)
m_dataSet (继承自 ConnectionManaged)
m_ExecutionValue (继承自 ConnectionManaged)
m_ParameterSize (继承自 ConnectionManaged)
m_rawConnection (继承自 ConnectionManaged)
m_reader (继承自 ConnectionManaged)

属性

CodePage (继承自 ConnectionManaged)
DataSet (继承自 ConnectionManaged)
Events (继承自 ConnectionManaged)
ExecutionValue
IsXMLSupported
Log (继承自 ConnectionManaged)
XmlResult

方法

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

用于确定参数类型是否作为可变长度的帮助程序函数 (字符串和二进制)

(继承自 ConnectionManaged)
PostDiagnosticMessage(String) (继承自 ConnectionManaged)
PrepareSQLStatement(String, Boolean) (继承自 ConnectionManaged)
SetDBConnection(Object) (继承自 ConnectionManaged)
SetParameterSize(Int32) (继承自 ConnectionManaged)
UseParameterSize()

适用于