Propriedade do RDL InPredicate.Values
Gets a list of the values in parentheses. May have zero elements if Subquery is not nulluma referência nula (Nothing no Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Values As IList(Of ScalarExpression)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<ScalarExpression>
A list of the values in parentheses.