Removed index from SpaceDef, return null if there is no index by that name
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public abstract IndexDef RemoveIndexDef( string name ) |
Visual Basic |
---|
Public MustOverride Function RemoveIndexDef ( _ name As String _ ) As IndexDef |
Visual C++ |
---|
public: virtual IndexDef^ RemoveIndexDef( String^ name ) abstract |
Parameters
- name
- Type: System..::..String
IndexDef to be removed