Partilhar via


Propriedade do RDL ValuesInsertSource.RowValues

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

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 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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<RowValue>
The list of rows.

Consulte também

Referência

ValuesInsertSource Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom