Condividi tramite


Proprietà InlineDerivedTable.RowValues

Ottiene un elenco di valori dei dati delle righe.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InlineDerivedTable Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql