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.