SelectStatement.ComputeClauses プロパティ

COMPUTE BY 句の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property ComputeClauses As IList(Of ComputeClause)
'使用
Dim instance As SelectStatement
Dim value As IList(Of ComputeClause)

value = instance.ComputeClauses
public IList<ComputeClause> ComputeClauses { get; }
public:
property IList<ComputeClause^>^ ComputeClauses {
    IList<ComputeClause^>^ get ();
}
public function get ComputeClauses () : IList<ComputeClause>

プロパティ値

型 : System.Collections.Generic.IList<ComputeClause>

参照

参照

SelectStatement クラス

SelectStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間