KnownTableTypes.IsKnownTableType 方法

指示是否了解表的类型。

命名空间:  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
)

参数

返回值

类型:System.Boolean
true如果值匹配的指定的表类型 ;否则为false。

另请参阅

引用

KnownTableTypes 类

KnownTableTypes 成员

Microsoft.Office.Server.Search.Query 命名空间