Adds indexDef to SpaceDef, overwrites if an IndexDef by that name already exists
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public abstract void AddIndexDef( IndexDef indexDef ) |
Visual Basic |
---|
Public MustOverride Sub AddIndexDef ( _ indexDef As IndexDef _ ) |
Visual C++ |
---|
public: virtual void AddIndexDef( IndexDef^ indexDef ) abstract |
Parameters
- indexDef
- Type: Com.Tibco.As.Space..::..IndexDef
IndexDef to be added