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. |