NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub addPIndex( _ ByVal field_name As String, _ ByVal primary As Boolean, _ ByVal partition_separators As String(), _ ByVal normalized As Boolean _ ) |
C# |
---|
void addPIndex( string field_name, bool primary, string[] partition_separators, bool normalized ) |
C++ |
---|
void addPIndex( String field_name, bool primary, array<String>^ partition_separators, bool normalized ) abstract |
J# |
---|
void addPIndex( string field_name, bool primary, string[] partition_separators, bool normalized ) |
JScript |
---|
function addPIndex( field_name : String, primary : bool, partition_separators : String[], normalized : bool ) |