Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.