次の方法で共有


SemanticTableReference.SemanticFunctionType プロパティ

セマンティック関数の型を取得します。

名前空間:  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
セマンティック関数の型です。

関連項目

参照

SemanticTableReference クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間