InPredicate.Values プロパティ

かっこ内にある値の一覧を取得します。

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

構文

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

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

プロパティ値

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

解説

Subquery が null でない場合、要素を持たないことがあります。

参照

参照

InPredicate クラス

InPredicate メンバ

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