InlineDerivedTable.RowValues 属性

Gets the list of row data values.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property RowValues As IList(Of RowValue)
    Get
用法
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>

属性值

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

请参阅

参考

InlineDerivedTable 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间