Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere C++ API 参考 » QAManagerBase 类

 

beginEnumStorePropertyNames 函数

语法
qa_store_property_enum_handle QAManagerBase::beginEnumStorePropertyNames()
注释

开始枚举消息存储库属性名称。

此方法返回的句柄提供给 nextStorePropertyName 方法。beginEnumStorePropertyNames 方法和 nextStorePropertyName 可用于在调用此方法时枚举消息存储库属性名称。不能在 beginEnumStorePropertyNames 和 endEnumStorePropertyNames 调用之间设置消息存储库属性。

另请参见

nextStorePropertyName 函数

beginEnumStorePropertyNames 函数

endEnumStorePropertyNames 函数

返回值

提供给 nextStorePropertyName 的句柄。