Compartir a través de


InlineDerivedTable.RowValues Propiedad

Gets the list of row data values.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property RowValues As IList(Of RowValue)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

InlineDerivedTable Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom