Partager via


Propriété InlineDerivedTable.RowValues

Gets the list of row data values.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RowValues As IList(Of RowValue)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

InlineDerivedTable Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom