共用方式為


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 命名空間