次の方法で共有


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

適用対象