セマンティック関数の型を表します。
名前空間: 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 | 何も指定されていません。 | |
| SemanticKeyPhraseTable | SEMANTICKEYPHRASETABLE キーワードを表します。 | |
| SemanticSimilarityDetailsTable | SEMANTICSIMILARITYDETAILSTABLE キーワードを表します。 | |
| SemanticSimilarityTable | SEMANTICSIMILARITYTABLE キーワードを表します。 |