次の方法で共有


InlineDerivedTable.RowValues プロパティ

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

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

構文

'宣言
Public ReadOnly Property RowValues As IList(Of RowValue)
    Get
'使用
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 ();
}
member RowValues : IList<RowValue>
function get RowValues () : IList<RowValue>

プロパティ値

型: System.Collections.Generic.IList<RowValue>
行データ値の一覧。

関連項目

参照

InlineDerivedTable クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間