InPredicate.Values 属性
Gets a list of the values in parentheses. May have zero elements if Subquery is not nullnull 引用(在 Visual Basic 中为 Nothing).
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property Values As IList(Of ScalarExpression)
Get
用法
Dim instance As InPredicate
Dim value As IList(Of ScalarExpression)
value = instance.Values
public IList<ScalarExpression> Values { get; }
public:
property IList<ScalarExpression^>^ Values {
IList<ScalarExpression^>^ get ();
}
member Values : IList<ScalarExpression>
function get Values () : IList<ScalarExpression>
属性值
类型:System.Collections.Generic.IList<ScalarExpression>
A list of the values in parentheses.