ArcObjects Library Reference (Geoprocessing)  

IGPTableSchema.FieldsRule Property

Inidicates how the fields property is to be managed.

[Visual Basic .NET]
Public Property FieldsRule As esriGPSchemaFieldsType
[C#]
public esriGPSchemaFieldsType FieldsRule {get; set;}
[C++]
HRESULT get_FieldsRule(
  esriGPSchemaFieldsType* Type
);
[C++]
HRESULT put_FieldsRule(
  esriGPSchemaFieldsType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriGPSchemaFieldsType

Type [in]

  Type is a parameter of type esriGPSchemaFieldsType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPTableSchema Interface