Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the semantic function types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration SemanticFunctionType
'Usage
Dim instance As SemanticFunctionType
public enum SemanticFunctionType
public enum class SemanticFunctionType
type SemanticFunctionType
public enum SemanticFunctionType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| None | Nothing was specified. | |
| SemanticKeyPhraseTable | Represents the SEMANTICKEYPHRASETABLE keyword. | |
| SemanticSimilarityDetailsTable | Represents the SEMANTICSIMILARITYDETAILSTABLE keyword. | |
| SemanticSimilarityTable | Represents the SEMANTICSIMILARITYTABLE keyword. |