ConnectionManagedSQL 类

定义

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
继承
ConnectionManagedSQL
实现

构造函数

ConnectionManagedSQL()

字段

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

属性

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

方法

BindParameter(Object, Int32, Int32, Object)
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)
SetConnectionManager(Object)
SetDBConnection(Object) (继承自 ConnectionManaged)
SetParameterSize(Int32) (继承自 ConnectionManaged)
UseParameterSize()

允许不同的托管提供程序处理默认参数大小 (-1)

(继承自 ConnectionManaged)

适用于