Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if the type of table is known.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function IsKnownTableType ( _
tableType As String _
) As Boolean
'Usage
Dim tableType As String
Dim returnValue As Boolean
returnValue = KnownTableTypes.IsKnownTableType(tableType)
public static bool IsKnownTableType(
string tableType
)
Parameters
tableType
Type: System.StringIdentifies the type of table.
Return value
Type: System.Boolean
true if the value matches the specified table type; otherwise, false.