Delen via


InlineDerivedTable.RowValues Property

Gets the list of row data values.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property RowValues As IList(Of RowValue)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IList<RowValue>
The list of row data values.

See Also

Reference

InlineDerivedTable Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace