Compartilhar via


Propriedade InlineDerivedTable.RowValues

Obtém uma lista de valores de dados de linha.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

InlineDerivedTable Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql