IBM.Data.Informix.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <IFMX_MSG_STRINGS>
  3. <!-- NOTE: don't use \", use ' instead-->
  4. <!-- NOTE: leave the [strings] alone-->
  5. <!-- These are the managed resources for IBM.Data.Informix.dll. -->
  6. <DataCategory_Behavior>Behavior</DataCategory_Behavior>
  7. <DataCategory_Data>Data</DataCategory_Data>
  8. <DataCategory_Fill>Fill</DataCategory_Fill>
  9. <DataCategory_InfoMessage>InfoMessage</DataCategory_InfoMessage>
  10. <DataCategory_StateChange>StateChange</DataCategory_StateChange>
  11. <DataCategory_Update>Update</DataCategory_Update>
  12. <!--;; ConnectionStringPermission-->
  13. <ADP_NotAPermissionElement>“elem”不是权限元素。</ADP_NotAPermissionElement>
  14. <ADP_InvalidXMLBadVersion>Xml 无效;只能对版本 1 的元素进行语法分析。</ADP_InvalidXMLBadVersion>
  15. <ADP_WrongType>对类型 %0 进行的操作,其目标类型错误。</ADP_WrongType>
  16. <!--;; CommandBuilder-->
  17. <ADP_NoQuoteChange>一旦生成了 Insert、Update 或 Delete 命令,则无法更改 QuotePrefix 和 QuoteSuffix 属性。</ADP_NoQuoteChange>
  18. <ADP_MissingSourceCommand>DataAdapter.SelectCommand 属性需要初始化。</ADP_MissingSourceCommand>
  19. <ADP_MissingSourceCommandConnection>DataAdapter.SelectCommand.Connection 属性需要初始化。</ADP_MissingSourceCommandConnection>
  20. <!--;; Data Provider Collection-->
  21. <!-- ArgumentException-->
  22. <ADP_CollectionUniqueValue>要求 %0.%1 是不重复的,“%2”已存在于集合中。</ADP_CollectionUniqueValue>
  23. <ADP_CollectionIsNotParent>带 %1“%2”的 %0 已包含在另一个 %3 中。</ADP_CollectionIsNotParent>
  24. <ADP_CollectionIsParent>%1 为“%2”的 %0 已包含在这个 %3 中。</ADP_CollectionIsParent>
  25. <ADP_CollectionRemoveInvalidObject>曾尝试除去不包含在此 %1 中的 %0。</ADP_CollectionRemoveInvalidObject>
  26. <!-- IndexOutOfRangeException-->
  27. <ADP_CollectionIndexInt32>索引 %0 对于 Count=%2 的此 %1 而言无效。</ADP_CollectionIndexInt32>
  28. <ADP_CollectionIndexString>%1 为“%2”的 %0 不包含在此 %3 中。</ADP_CollectionIndexString>
  29. <!-- InvalidCastException-->
  30. <ADP_CollectionNullValue>%0 仅接受 %1 类型的非空对象。</ADP_CollectionNullValue>
  31. <ADP_CollectionInvalidType>%0 仅接受 %1 类型的非空对象,而不是 %2 对象。</ADP_CollectionInvalidType>
  32. <!--;; DataColumnMapping-->
  33. <!-- ArgumentNullException-->
  34. <ADP_NullDataTable>意外的空 DataTable 参数</ADP_NullDataTable>
  35. <!-- DataMappingException-->
  36. <ADP_ColumnSchemaExpression>因为 DataColumn“%1”是计算得到的列,故 SourceColumn“%0”的列映射失败。</ADP_ColumnSchemaExpression>
  37. <ADP_ColumnSchemaMismatch>%1 的 SourceColumn“%0”和 %3 的 DataColumn“%2”之间存在不可转换的类型不匹配。</ADP_ColumnSchemaMismatch>
  38. <ADP_ColumnSchemaMissing1>对于 SourceColumn“%1”,缺少 DataColumn“%0”。</ADP_ColumnSchemaMissing1>
  39. <ADP_ColumnSchemaMissing2>对于 SourceColumn“%2”,DataTable“%1”中缺少 DataColumn“%0”。</ADP_ColumnSchemaMissing2>
  40. <!--;; DataColumnMappingsCollection-->
  41. <!-- ArgumentException-->
  42. <ADP_InvalidSourceColumn>要求 SourceColumn 是非空字符串。</ADP_InvalidSourceColumn>
  43. <!-- DataMappingException-->
  44. <ADP_MissingColumnMapping>对于“%0”,缺少 SourceColumn 映射。</ADP_MissingColumnMapping>
  45. <!--;; DataAdapter-->
  46. <!-- ArgumentException-->
  47. <ADP_InvalidAction>%0 枚举值 %1 无效。</ADP_InvalidAction>
  48. <!--;; DataTableMapping-->
  49. <!-- ArgumentNullException-->
  50. <ADP_NullDataSet>意外的空 DataSet 参数。</ADP_NullDataSet>
  51. <!-- SystemException-->
  52. <ADP_MissingTableSchema>对于“%1”SourceTable,缺少“%0”DataTable。</ADP_MissingTableSchema>
  53. <!--;; Adapter.DataTableMappingsCollection-->
  54. <!-- ArgumentException-->
  55. <ADP_InvalidSourceTable>要求 SourceTable 是非空字符串。</ADP_InvalidSourceTable>
  56. <!-- DataMappingException-->
  57. <ADP_MissingTableMapping>缺少 SourceTable 映射:“%0”</ADP_MissingTableMapping>
  58. <!--;; IDbCommand-->
  59. <!-- ArgumentException-->
  60. <ADP_InvalidCommandType>CommandType 枚举值 %0 无效。</ADP_InvalidCommandType>
  61. <ADP_InvalidUpdateRowSource>UpdateRowSource 枚举值 %0 无效。</ADP_InvalidUpdateRowSource>
  62. <!-- InvalidOperationException-->
  63. <ADP_CommandTextRequired>%0:CommandText 属性未初始化。</ADP_CommandTextRequired>
  64. <ADP_ConnectionRequired>%0:%1 属性尚未初始化。</ADP_ConnectionRequired>
  65. <ADP_NoStoredProcedureExists>存储过程“%0”不存在。</ADP_NoStoredProcedureExists>
  66. <ADP_OpenConnectionRequired>%0 需要一个打开的连接。连接的当前状态是 %1。</ADP_OpenConnectionRequired>
  67. <ADP_TransactionConnectionMismatch>事务对象不与连接对象关联。</ADP_TransactionConnectionMismatch>
  68. <ADP_TransactionRequired_Execute>当分配给命令的连接处于某一暂挂的本地事务中时,执行命令时要求该命令具有事务对象。该命令的 Transaction 属性尚未初始化。</ADP_TransactionRequired_Execute>
  69. <ADP_TransactionCompleted>分配给此命令的事务必须包含在最内层的暂挂本地事务中。</ADP_TransactionCompleted>
  70. <ADP_OpenReaderExists>已有打开的 DataReader 与此连接相关联,必须先将此 DataReader 关闭。</ADP_OpenReaderExists>
  71. <ADP_DeriveParametersNotSupported>%0 DeriveParameters 仅支持 CommandType.StoredProcedure,而不是 CommandType.%1</ADP_DeriveParametersNotSupported>
  72. <!--;; DbDataAdapter-->
  73. <!-- InvalidCastException-->
  74. <ADP_MissingSelectCommand>调用“%0”前,SelectCommand 属性尚未初始化。</ADP_MissingSelectCommand>
  75. <!--;; DbDataAdapter.FillSchema-->
  76. <!-- ArgumentException-->
  77. <ADP_InvalidSchemaType>SchemaType 枚举值 %0 无效。</ADP_InvalidSchemaType>
  78. <!-- System-->
  79. <ADP_FillSchemaRequiresSourceTableName>FillSchema:对于 SourceTable 名称,需要有非空字符串。</ADP_FillSchemaRequiresSourceTableName>
  80. <!--;; DbDataAdapter.Fill-->
  81. <!-- ArgumentException-->
  82. <ADP_InvalidMaxRecords>%0 的 MaxRecords 值无效;该值必须大于或等于 0。</ADP_InvalidMaxRecords>
  83. <ADP_InvalidStartRecord>%0 的 StartRecord 值无效;该值必须大于或等于 0。</ADP_InvalidStartRecord>
  84. <!-- SystemException-->
  85. <ADP_FillRequiresSourceTableName>Fill:对于 SourceTable 名称,需要有非空字符串。</ADP_FillRequiresSourceTableName>
  86. <ADP_FillChapterAutoIncrement>分层次的章节列必须映射到 AutoIncrement DataColumn。</ADP_FillChapterAutoIncrement>
  87. <!--;; DbDataAdapter.Update-->
  88. <!-- InvalidOperationException-->
  89. <ADP_UpdateRequiresSourceTable>Update 找不到 TableMapping['%0'] 或 DataTable“%0”。</ADP_UpdateRequiresSourceTable>
  90. <ADP_InvalidUpdateStatus>UpdateStatus 无效:%0</ADP_InvalidUpdateStatus>
  91. <ADP_UpdateRequiresSourceTableName>Update:需要有非空的 SourceTable 名称。</ADP_UpdateRequiresSourceTableName>
  92. <ADP_MissingTableMappingDestination>TableMapping.DataSetTable 为“%0”时缺少 TableMapping。</ADP_MissingTableMappingDestination>
  93. <ADP_UpdateRequiresCommandClone>Update 要求命令克隆有效。</ADP_UpdateRequiresCommandClone>
  94. <ADP_UpdateRequiresCommandSelect>在 Update 期间自动生成 SQL 需要有效的 SelectCommand。</ADP_UpdateRequiresCommandSelect>
  95. <ADP_UpdateRequiresCommandInsert>向 DataRow 集合传递新行时,Update 需要有效的 InsertCommand。</ADP_UpdateRequiresCommandInsert>
  96. <ADP_UpdateRequiresCommandUpdate>将修改过的行传递给 DataRow 集合时,Update 需要有效的 UpdateCommand。</ADP_UpdateRequiresCommandUpdate>
  97. <ADP_UpdateRequiresCommandDelete>将已删除的行传递给 DataRow 集合时,Update 需要有效的 DeleteCommand。</ADP_UpdateRequiresCommandDelete>
  98. <!-- SystemException-->
  99. <ADP_UpdateNullRow>dataRows[%0]。</ADP_UpdateNullRow>
  100. <ADP_UpdateNullRowTable>DataRow 不属于某一 DataTable。</ADP_UpdateNullRowTable>
  101. <ADP_UpdateMismatchRowTable>DataRow[%0] 所属的 DataTable 不同于 DataRow[0]。</ADP_UpdateMismatchRowTable>
  102. <ADP_RowUpdateErrors>%0:发生了错误;未提供其它信息。</ADP_RowUpdateErrors>
  103. <ADP_UpdateConcurrencyViolation>并发性违例:%0 影响 0 个记录。</ADP_UpdateConcurrencyViolation>
  104. <!-- WFCInvalidStateException-->
  105. <ADP_UpdateUnknownRowState>Adapter.Update:遇到意外的 DataRowStateEnum:%0。</ADP_UpdateUnknownRowState>
  106. <!--;; : IDbCommand-->
  107. <ADP_InvalidCommandTimeout>CommandTimeout 值 %0 无效;该值必须大于或等于 0。</ADP_InvalidCommandTimeout>
  108. <!--; InvalidOperationException-->
  109. <ADP_CommandIsActive>%0 当前正忙,%1。</ADP_CommandIsActive>
  110. <ADP_UninitializedParameterSize>参数 %0:“%1”的类型为 %2,属性 Size 的大小值无效:%3</ADP_UninitializedParameterSize>
  111. <ADP_PrepareParameterType>%0.Prepare 要求所有参数具有明确设置的类型。</ADP_PrepareParameterType>
  112. <ADP_PrepareParameterSize>%0.Prepare 要求所有可变长度的参数具有明确设置的非零大小。</ADP_PrepareParameterSize>
  113. <ADP_PrepareParameterScale>%0.Prepare 要求类型为“%1”的参数具有明确设置的精度和小数位。</ADP_PrepareParameterScale>
  114. <!--;; : IDbConnection-->
  115. <!-- InvalidOperationException-->
  116. <ADP_ClosedConnectionError>操作无效。连接已关闭。</ADP_ClosedConnectionError>
  117. <ADP_ConnectionAlreadyOpen>连接已打开(状态为 %0)。</ADP_ConnectionAlreadyOpen>
  118. <ADP_NoConnectionString>ConnectionString 属性尚未初始化。</ADP_NoConnectionString>
  119. <ADP_OpenConnectionPropertySet>连接状态为 %1 时不允许更改“%0”属性。</ADP_OpenConnectionPropertySet>
  120. <ADP_EmptyDatabaseName>数据库不可为空、空字符串或仅由空格组成的字符串。</ADP_EmptyDatabaseName>
  121. <ADP_InvalidConnectTimeoutValue>“%0”的“连接超时”值无效。该值必须是大于等于 0 的整数。</ADP_InvalidConnectTimeoutValue>
  122. <ADP_InvalidIsolationLevel>IsolationLevel 值 %0 无效。</ADP_InvalidIsolationLevel>
  123. <ADP_InvalidPersistSecurityInfo>“%0”的“持久安全性信息”值无效。该值必须为布尔值“true”或“false”。</ADP_InvalidPersistSecurityInfo>
  124. <ADP_PoolFull>连接池的连接数已达到最大值。</ADP_PoolFull>
  125. <!--;;; : DBDataReader-->
  126. <!-- ArgumentException-->
  127. <ADP_InvalidSourceBufferIndex>源缓冲区(大小为 %0)偏移量无效:%1</ADP_InvalidSourceBufferIndex>
  128. <ADP_InvalidDestinationBufferIndex>目标缓冲区(大小为 %0)偏移量无效:%1</ADP_InvalidDestinationBufferIndex>
  129. <!-- InvalidCast-->
  130. <ADP_DataReaderNoData>该行/列无数据。</ADP_DataReaderNoData>
  131. <!-- InvalidOperationException-->
  132. <ADP_DataReaderClosed>读取器关闭时,对 %0 的尝试无效。</ADP_DataReaderClosed>
  133. <!--;;; : DbDataStream-->
  134. <ADP_StreamClosed>流关闭时,对 %0 的尝试无效。</ADP_StreamClosed>
  135. <!--;; : DbDataAdapter-->
  136. <ADP_DynamicSQLJoinUnsupported>对于多个基本表,不支持生成动态 SQL。</ADP_DynamicSQLJoinUnsupported>
  137. <ADP_DynamicSQLNoTableInfo>对于不返回任何基本表信息的 SelectCommand,不支持生成动态 SQL。</ADP_DynamicSQLNoTableInfo>
  138. <ADP_DynamicSQLNoKeyInfo>对于不返回任何键列信息的 SelectCommand,不支持对 %0 生成动态 SQL。</ADP_DynamicSQLNoKeyInfo>
  139. <ADP_DynamicSQLReadOnly>对于不返回任何可修改列的 SelectCommand,不支持对 %0 生成动态 SQL。</ADP_DynamicSQLReadOnly>
  140. <ADP_DynamicSQLNestedQuote>对于包含 QuotePrefix 或 QuoteSuffic 字符“%1”的表名“%0”,不支持生成动态 SQL。</ADP_DynamicSQLNestedQuote>
  141. <ADP_NonSequentialColumnAccess>尝试读取列序数“%0”不起作用。使用 CommandBehavior.SequentialAccess,您仅可读取列序数“%1”或更大的数。</ADP_NonSequentialColumnAccess>
  142. <!--;; : IDataParameter-->
  143. <!-- ArgumentException-->
  144. <ADP_InvalidDataRowVersion>%0:DataRow 版本枚举值无效:%1。</ADP_InvalidDataRowVersion>
  145. <ADP_InvalidParameterDirection>“%1”参数的方向“%0”无效。</ADP_InvalidParameterDirection>
  146. <ADP_InvalidDataType>参数数据类型 %0 无效。</ADP_InvalidDataType>
  147. <ADP_UnknownDataType>不存在从 DbType %0 到已知的 %1 的映射。</ADP_UnknownDataType>
  148. <ADP_UnknownDataTypeCode>无法处理未知 TypeCode %0(DataType 为 %0)。</ADP_UnknownDataTypeCode>
  149. <ADP_InvalidSizeValue>参数 Size 值“%0”无效。该值必须大于或等于 0。</ADP_InvalidSizeValue>
  150. <ADP_WhereClauseUnspecifiedValue>带有 SourceColumn“%1”的自动生成 WHERE 子句中包含的参数 ['%0'] 在 DataRow 中的第“%2”列上有未指定的 Original 值。</ADP_WhereClauseUnspecifiedValue>
  151. <ADP_TruncatedBytes>错误:字节数组的截断长度为 %0。</ADP_TruncatedBytes>
  152. <ADP_TruncatedString>错误:字符串截断:max=%0,len</ADP_TruncatedString>
  153. <!--;;; : IDbTransaction-->
  154. <!-- InvalidOperationException-->
  155. <ADP_ParallelTransactionsNotSupported>%0 不支持并行事务。</ADP_ParallelTransactionsNotSupported>
  156. <ADP_TransactionZombied>此 %0 已完成;它不再可用。</ADP_TransactionZombied>
  157. <!--;; : IDbConnection Property/Method Descriptions-->
  158. <DbConnection_InfoMessage>来自 DataSource 的消息到达时触发了事件。</DbConnection_InfoMessage>
  159. <DbConnection_StateChange>连接更改状态时触发了事件。</DbConnection_StateChange>
  160. <DbConnection_State>ConnectionState 表示连接处于打开还是关闭状态。</DbConnection_State>
  161. <!-- Data.Informix-->
  162. <!-- ArgumentException-->
  163. <IfxConnection_ConnectionStringTooLong>连接字符串超出允许的长度最大值 %0。</IfxConnection_ConnectionStringTooLong>
  164. <!-- SystemException-->
  165. <Ifx_UnknownSQLType>未知 SQL 类型 - %0。</Ifx_UnknownSQLType>
  166. <Ifx_UnknownURTType>未知 URT 类型 - %0。</Ifx_UnknownURTType>
  167. <Ifx_InvalidHandle>句柄无效</Ifx_InvalidHandle>
  168. <Ifx_UnsupportedCommandTypeTableDirect>Informix .NET Data Provider 不支持 CommandType.TableDirect</Ifx_UnsupportedCommandTypeTableDirect>
  169. <Ifx_NegativeArgument>负参数无效</Ifx_NegativeArgument>
  170. <Ifx_InvalidArgument>参数无效</Ifx_InvalidArgument>
  171. <Ifx_CantSetPropertyOnOpenConnection>无法在打开的连接上设置属性。</Ifx_CantSetPropertyOnOpenConnection>
  172. <Ifx_UnsupportedIsolationLevel>不支持 isolationlevel - %0</Ifx_UnsupportedIsolationLevel>
  173. <Ifx_CantEnableConnectionpooling>%0 - 无法启用连接池...</Ifx_CantEnableConnectionpooling>
  174. <Ifx_CantAllocateEnvironmentHandle>%0 - 无法分配环境句柄。</Ifx_CantAllocateEnvironmentHandle>
  175. <Ifx_NotInTransaction>不处于事务中</Ifx_NotInTransaction>
  176. <Ifx_UnknownSQLCType>未知 SQL C 类型 - %0</Ifx_UnknownSQLCType>
  177. <Ifx_UnknownIfxType>无效的 Informix 类型枚举值 %0。</Ifx_UnknownIfxType>
  178. <Ifx_ExceptionMessage>%0 [%1] %2</Ifx_ExceptionMessage>
  179. <Ifx_ExceptionNoInfoMsg>%0 - 未提供错误信息</Ifx_ExceptionNoInfoMsg>
  180. <IfxCommandBuilder_DataAdapter>DataAdapter,IfxCommand 是为其自动生成的</IfxCommandBuilder_DataAdapter>
  181. <IfxCommandBuilder_QuotePrefix>在文本命令中作为起始引用符来括起包含特殊字符的标识符。</IfxCommandBuilder_QuotePrefix>
  182. <IfxCommandBuilder_QuoteSuffix>在文本命令中作为起始引用符来括起包含特殊字符的标识符。</IfxCommandBuilder_QuoteSuffix>
  183. <IfxParameter_IfxType>参数本机类型。</IfxParameter_IfxType>
  184. <!--;; SQLServer.SQLServerDataReader-->
  185. <!-- NotSupportedException-->
  186. <ADP_NonSeqByteAccess>为 dataIndex“%0”进行的 %2 尝试无效。使用 CommandBehavior.SequentialAccess,您仅可读取 dataIndex“%1”或更大的数。</ADP_NonSeqByteAccess>
  187. <!--;; DbCommand Property/Method Descriptions-->
  188. <DbCommand_CommandText>要执行的命令文本。</DbCommand_CommandText>
  189. <DbCommand_CommandTimeout>等待执行命令的时间。</DbCommand_CommandTimeout>
  190. <DbCommand_CommandType>如何解释 CommandText。</DbCommand_CommandType>
  191. <DbCommand_Connection>由命令使用的连接。</DbCommand_Connection>
  192. <DbCommand_Parameters>参数集合。</DbCommand_Parameters>
  193. <DbCommand_Transaction>由命令使用的事务。</DbCommand_Transaction>
  194. <DbCommand_UpdatedRowSource>当由 DataAdapter.Update 使用时,命令结果如何应用于当前的 DataRow。</DbCommand_UpdatedRowSource>
  195. <!--;;-->
  196. <!--;; XXX Connection Property/Method Descriptions-->
  197. <IfxConnection_ConnectionString>用于连接数据源的信息。</IfxConnection_ConnectionString>
  198. <IfxConnection_ConnectionTimeout>当前连接超时值,在 ConnectionString 中不可设置。</IfxConnection_ConnectionTimeout>
  199. <IfxConnection_Database>连接字符串中的当前数据源目录值“Database=X”。</IfxConnection_Database>
  200. <IfxConnection_DataSource>连接字符串中的当前数据源“Server=X”。</IfxConnection_DataSource>
  201. <IfxConnection_Driver>当前 Informix 驱动程序。</IfxConnection_Driver>
  202. <IfxConnection_ServerVersion>Informix 驱动程序所访问的服务器的版本。</IfxConnection_ServerVersion>
  203. <IfxConnection_ServerType>Informix 驱动程序所访问的服务器的类型。</IfxConnection_ServerType>
  204. <!--;; DbDataAdapter Property/Method Descriptions-->
  205. <DbDataAdapter_DeleteCommand>在 Update 期间用于 DataSet 中的已删除行。</DbDataAdapter_DeleteCommand>
  206. <DbDataAdapter_InsertCommand>在 Update 期间用于 DataSet 中的新行。</DbDataAdapter_InsertCommand>
  207. <DbDataAdapter_SelectCommand>在 Fill/FillSchema 期间使用。</DbDataAdapter_SelectCommand>
  208. <DbDataAdapter_UpdateCommand>在 Update 期间用于 DataSet 中的已修改行。</DbDataAdapter_UpdateCommand>
  209. <!--;; XXX Parameter Property/Method Descriptions-->
  210. <DataParameter_DbType>参数泛型。</DataParameter_DbType>
  211. <DataParameter_Direction>输入、输出或双向参数。</DataParameter_Direction>
  212. <DataParameter_IsNullable>用于强类型代码生成的设计时属性。</DataParameter_IsNullable>
  213. <DataParameter_ParameterName>参数的名称。</DataParameter_ParameterName>
  214. <DataParameter_SourceColumn>由 DataAdapter.Update 使用时,它是用于在 ColumnMappings 中查找 DataSetColumn 的源列名。这是为了在参数和 datarow 之间复制值。</DataParameter_SourceColumn>
  215. <DataParameter_SourceVersion>由 DataAdapter.Update(仅限于 UpdateCommand)使用时,它是用于更新数据源的 DataRow 值的版本。</DataParameter_SourceVersion>
  216. <DataParameter_Value>参数的值。</DataParameter_Value>
  217. <DbDataParameter_Precision>用于 decimal、numeric、varnumeric DBType。</DbDataParameter_Precision>
  218. <DbDataParameter_Scale>用于 decimal、numeric、varnumeric DBType。</DbDataParameter_Scale>
  219. <DbDataParameter_Size>可变长度的数据类型(字符串和数组)的大小。</DbDataParameter_Size>
  220. <IfxParameter_DirectionNotSupported>IBM Informix .Net Data Provider 不支持输出参数。</IfxParameter_DirectionNotSupported>
  221. </IFMX_MSG_STRINGS>