SemanticFunctionType 枚举

Represents the semantic function types.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration SemanticFunctionType
用法
Dim instance As SemanticFunctionType
public enum SemanticFunctionType
public enum class SemanticFunctionType
type SemanticFunctionType
public enum SemanticFunctionType

成员

成员名称 说明
None Nothing was specified.
SemanticKeyPhraseTable Represents the SEMANTICKEYPHRASETABLE keyword.
SemanticSimilarityDetailsTable Represents the SEMANTICSIMILARITYDETAILSTABLE keyword.
SemanticSimilarityTable Represents the SEMANTICSIMILARITYTABLE keyword.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间