次の方法で共有


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)

適用対象