次の方法で共有


ComputeClause.ComputeFunctions プロパティ

計算関数の一覧を取得します。 少なくとも 1 つが必要です。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
    Get
'使用
Dim instance As ComputeClause 
Dim value As IList(Of ComputeFunction)

value = instance.ComputeFunctions
public IList<ComputeFunction> ComputeFunctions { get; }
public:
property IList<ComputeFunction^>^ ComputeFunctions {
    IList<ComputeFunction^>^ get ();
}
member ComputeFunctions : IList<ComputeFunction>
function get ComputeFunctions () : IList<ComputeFunction>

プロパティ値

型: System.Collections.Generic.IList<ComputeFunction>
計算関数の一覧。

関連項目

参照

ComputeClause クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間