Return true if the server indicated the PSI prefilter is enabled.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function isPsiEnabled() As Boolean |
C# |
---|
public bool isPsiEnabled() |
C++ |
---|
public: bool isPsiEnabled() sealed |
J# |
---|
public bool isPsiEnabled() |
JScript |
---|
public function isPsiEnabled() : bool |
Return Value
true if the server supports the PSI prefilter, false otherwise.
Exceptions
Exception Type | Condition |
---|---|
NetricsException | If the server indicates that an error has occured |
Remarks
This returns true if the server indicates tables may be created with the PSI 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 PSI prefilter.