Свойство CoalesceExpression.Expressions

Gets a list of expressions, which must have at least two elements.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Expressions As IList(Of ScalarExpression)
    Get
'Применение
Dim instance As CoalesceExpression 
Dim value As IList(Of ScalarExpression)

value = instance.Expressions
public IList<ScalarExpression> Expressions { get; }
public:
property IList<ScalarExpression^>^ Expressions {
    IList<ScalarExpression^>^ get ();
}
member Expressions : IList<ScalarExpression>
function get Expressions () : IList<ScalarExpression>

Значение свойства

Тип: System.Collections.Generic.IList<ScalarExpression>
The list of expressions, which must have at least two elements.

См. также

Справочник

CoalesceExpression Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom