Propriedade do RDL InlineDerivedTable.RowValues
Gets the list of row data values.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic.IList<RowValue>
The list of row data values.