Return true if the server indicated the GIP prefilter is enabled.


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

Syntax

Visual Basic (Declaration)
Public Function isGIPEnabled() As Boolean _
    Implements INetricsServerInterface.isGIPEnabled
C#
public bool isGIPEnabled()
C++
public:
 bool isGIPEnabled() sealed 
J#
public bool isGIPEnabled()
JScript
public  function isGIPEnabled() : bool

Return Value

true if the server supports the GIP prefilter, false otherwise.

Implements

INetricsServerInterface.isGIPEnabled

Exceptions

Exception TypeCondition
NetricsExceptionIf the server indicates that an error has occured

Remarks

This returns true if the server indicates tables may be created with the GIP prefilter. Note that older versions of the server do not send back this information, so this method will return false for servers before release 4.3.1 even if they do support the GIP prefilter.

See Also