RowValue.ColumnValues プロパティ

列の値の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property ColumnValues As IList(Of Expression)
'使用
Dim instance As RowValue
Dim value As IList(Of Expression)

value = instance.ColumnValues
public IList<Expression> ColumnValues { get; }
public:
property IList<Expression^>^ ColumnValues {
    IList<Expression^>^ get ();
}
public function get ColumnValues () : IList<Expression>

プロパティ値

型 : System.Collections.Generic.IList<Expression>

参照

参照

RowValue クラス

RowValue メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間