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)

適用対象