Partager via


Propriété SemanticTableReference.SemanticFunctionType

Gets the semantic function type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property SemanticFunctionType As SemanticFunctionType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.SemanticFunctionType
The semantic function type.

Voir aussi

Référence

SemanticTableReference Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom