Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getIsGpuIndexed() As Boolean
C#
public bool getIsGpuIndexed()
C++
public:
 bool getIsGpuIndexed() sealed 
J#
public bool getIsGpuIndexed()
JScript
public  function getIsGpuIndexed() : bool

Return Value

true if GPU-accelerated indexing is enabled for the table.

See Also