tibasSpaceDef_GetDistributionFields()
Returns a list of the distribution fields that have been defined for a specified space.
Declaration
tibas_status tibasSpaceDef_GetDistributionFields(
tibasSpaceDef c_spaceDef,
tibasStringList* c_fieldNames)
Parameters
Parameter |
Description |
c_spaceDef |
A spaceDef object identifying the space for which you want to return a list of distributions fields. |
c_fieldNames |
A pointer to a list of the distribution fields that are defined for the specified space. |
Remarks
Use the tibasSpaceDef_GetDistributionFields() function to return a list of the distribution fields for a specified space.
Copyright © Cloud Software Group, Inc. All rights reserved.