ValuesInsertSource.RowValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of rows, if it has any elements DefaultValues should be false.
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.RowValue> RowValues { get; }
member this.RowValues : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.RowValue>
Public ReadOnly Property RowValues As IList(Of RowValue)