行の一覧を取得または設定します。要素が含まれる場合は、DefaultValues には 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>
行の一覧。