KnownTableTypes.IsKnownTableType method
Indica se o tipo de tabela é conhecido.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Shared Function IsKnownTableType ( _
tableType As String _
) As Boolean
'Uso
Dim tableType As String
Dim returnValue As Boolean
returnValue = KnownTableTypes.IsKnownTableType(tableType)
public static bool IsKnownTableType(
string tableType
)
Parâmetros
tableType
Type: System.StringIdentifica o tipo de tabela.
Valor retornado
Type: System.Boolean
true se o valor corresponde ao tipo de tabela especificado; Caso contrário, false.