MariaDB Adapter
CData BizTalk Adapter for MariaDB は、BizTalk からMariaDB へのアクセスを提供します。
解説
MariaDB Adapter は、BizTalk からMariaDB をSQL クエリできるようにします。これで、MariaDB データをBizTalk メッセージングエンジンに容易に取り込むことができます。
受信プロパティリスト
受信アダプターの全リストおよび説明は以下です。 クリックして詳細を見ることができます。
ConnectionString | The data source connection string. |
ErrorThreshold | The maximum number of errors before the adapter shuts down. |
MaxBatchSize | The maximum size, in MB, of the current batch (0 indicates no limit). |
MaxThreads | The maximum number of threads that the adapter may consume. |
MessageIncludeNulls | Whether to include null valued elements in the response message. |
MessageMode | This property controls how the adapter generates messages. |
MessageNamespace | The namespace to use in the XML submitted. |
MessageRootNode | The local name for the root node of the XML submitted. |
MessageRowNode | The local name for nodes of the XML message, representing data rows. |
PersistentConnection | Instructs the provider whether to keep the connection to the server open. |
PollingInterval | The amount of time, in seconds, between download attempts. |
RequeueEndpoints | Whether to requeue receive endpoints if the polling interval has not been reached. |
ReturnEmptyTable | Indicates whether to return an empty message or not if there is no row element in a message. |
SQLCommand | The SQL Command to execute. |
SSOAffiliate | Specifies the name of the SSO Affiliate Application. |
SuspendOnError | Whether or not the receiver should suspend messages that have encountered errors. |
TransportLog | Tells the adapter where and how to report information about its operations. |
URI | The Uniform Resource Identifier (URI) of the send port or receive location. |
送信プロパティリスト
送信アダプターの全リストとその説明は以下です。クリックして詳細を見ることができます。
CommandType | The command type to be used. |
ConnectionLifetime | Instructs the provider whether or not to leave the connection to the server open. |
ConnectionString | The data source connection string. |
IgnoreExecuteError | Ignore the execute error or not. |
MaxPersistentConnections | The maximum number of connections in the pool of persistent connections. |
MaxThreads | The maximum number of threads that the adapter may consume. |
MaxTransmissionBatchSize | The maximum number of messages that can be sent in a single batch. |
MessageIncludeNulls | Whether to include null valued elements in the response message. |
MessageNamespace | The namespace to use in the XML submitted. |
MessageRootNode | The local name for the root node of the XML submitted. |
MessageRowNode | The local name for nodes of the XML message, representing data rows. |
RequestRootNode | The local name for nodes of the request XML message, representing the root parameters node. |
SQLCommand | The SQL Command to execute. |
SSOAffiliate | Specifies the name of the SSO Affiliate Application. |
TransmitBatchMode | How the transmitter processes message batches. |
TransportLog | Tells the adapter where and how to report information about its operations. |
URI | The Uniform Resource Identifier (URI) of the send port or receive location. |
構成設定
アダプターの構成設定およびその説明は以下です。詳細はリンクを参照してください。