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.
Gets the semantic function type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SemanticFunctionType As SemanticFunctionType
Get
Set
'Usage
Dim instance As SemanticTableReference
Dim value As SemanticFunctionType
value = instance.SemanticFunctionType
instance.SemanticFunctionType = value
public SemanticFunctionType SemanticFunctionType { get; set; }
public:
property SemanticFunctionType SemanticFunctionType {
SemanticFunctionType get ();
void set (SemanticFunctionType value);
}
member SemanticFunctionType : SemanticFunctionType with get, set
function get SemanticFunctionType () : SemanticFunctionType
function set SemanticFunctionType (value : SemanticFunctionType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SemanticFunctionType
The semantic function type.