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.