Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SemanticFunctionType
The semantic function type.