Delen via


InPredicate.Values Property

Gets a list of the values in parentheses. May have zero elements if Subquery is not nulla null reference (Nothing in Visual Basic).

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Values As IList(Of ScalarExpression)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IList<ScalarExpression>
A list of the values in parentheses.

See Also

Reference

InPredicate Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace