ValuesInsertSource.RowValues 属性

获取或设置行的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

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

属性值

类型:System.Collections.Generic.IList<RowValue>

备注

如果行列表中有任何元素,则 IsDefaultValues 应为 false。

.NET Framework 安全性

请参见

参考

ValuesInsertSource 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间