Compartir a través de


InlineDerivedTable.RowValues (Propiedad)

Obtiene una lista de valores de datos de fila.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property RowValues As IList(Of RowValue)
    Get
public IList<RowValue> RowValues { get; }
public:
property IList<RowValue^>^ RowValues {
    IList<RowValue^>^ get ();
}
member RowValues : IList<RowValue>
function get RowValues () : IList<RowValue>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

InlineDerivedTable Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)