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