GetIndex method

Returns the index schema of the named index.

Syntax
Visual Basic
Public Function GetIndex( _
   ByVal name As String _
) As ULIndexSchema
C#
public ULIndexSchema GetIndex(
   string  name
);
Parameters
  • name   The name of the index.

Return value

A ULIndexSchema object representing the named index.

See also