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

適用対象