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

建構函式

名稱 Description
ConnectionManagedGeneric()

欄位

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

屬性

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

方法

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

適用於