다음을 통해 공유


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.

참고 항목

참조

InPredicate 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스