InlineDerivedTable.RowValues プロパティ

行データの値の一覧を取得します。

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

構文

'宣言
Public ReadOnly Property RowValues As IList(Of RowValue)
'使用
Dim instance As InlineDerivedTable
Dim value As IList(Of RowValue)

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

プロパティ値

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

参照

参照

InlineDerivedTable クラス

InlineDerivedTable メンバ

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