Set whether this table uses GPU-accelerated indexing.///
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub setGpuIndexing( _ ByVal enabled As Nullable(Of Boolean) _ ) |
| C# |
|---|
| public void setGpuIndexing( Nullable<bool> enabled ) |
| C++ |
|---|
| public: void setGpuIndexing( Nullable<bool> enabled ) sealed |
| J# |
|---|
| public void setGpuIndexing( Nullable<bool> enabled ) |
| JScript |
|---|
| public
function setGpuIndexing( enabled : Nullable<bool> ) |
Parameters
- enabled
- True: Enable GPU-accelerated indexing.
- False: Disable GPU-accelerated indexing.
- null: Use the server default.
Remarks
Attempting to enable GPU-acceleration when the server does not support it will result in a FEATURESET error.