Condividi tramite


Proprietà ValuesInsertSource.RowValues

Ottiene o imposta un elenco di righe.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RowValues As IList(Of RowValue)
    Get
public IList<RowValue> RowValues { get; }
public:
property IList<RowValue^>^ RowValues {
    IList<RowValue^>^ get ();
}
member RowValues : IList<RowValue>
function get RowValues () : IList<RowValue>

Valore proprietà

Tipo: System.Collections.Generic.IList<RowValue>

Note

Se l'elenco di righe dispone di qualsiasi elemento, la proprietà IsDefaultValues deve essere false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ValuesInsertSource Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql