指示是否了解表的类型。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Shared Function IsKnownTableType ( _
tableType As String _
) As Boolean
用法
Dim tableType As String
Dim returnValue As Boolean
returnValue = KnownTableTypes.IsKnownTableType(tableType)
public static bool IsKnownTableType(
string tableType
)
参数
tableType
类型:System.String标识表的类型。
返回值
类型:System.Boolean
true如果值匹配的指定的表类型 ;否则为false。