Свойство ValuesInsertSource.RowValues

Gets or sets the list of rows, if it has any elements, DefaultValues should be false.

Пространство имен:  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 ValuesInsertSource 
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 rows.

См. также

Справочник

ValuesInsertSource Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom