ConnectionManagedGeneric 类

定义

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

构造函数

ConnectionManagedGeneric()

字段

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()

适用于