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 命名空间