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
實作

建構函式

名稱 Description
ConnectionManagedSQL()

欄位

名稱 Description
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

屬性

名稱 Description
CodePage (繼承來源 ConnectionManaged)
DataSet (繼承來源 ConnectionManaged)
Events (繼承來源 ConnectionManaged)
ExecutionValue (繼承來源 ConnectionManaged)
IsXMLSupported
Log (繼承來源 ConnectionManaged)
XmlResult

方法

名稱 Description
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)

適用於