Returns the index schema of the named index.
Public Function GetIndex(ByVal name As String) As ULIndexSchema
public ULIndexSchema GetIndex(string name)
name The name of the index.
A ULIndexSchema object representing the named index.
ULException class A SQL error occurred.