SemanticTableReference.SemanticFunctionType 属性

Gets the semantic function type.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property SemanticFunctionType As SemanticFunctionType 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.SemanticFunctionType
The semantic function type.

请参阅

参考

SemanticTableReference 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间