Compartir a través de


CoalesceExpression.Expressions Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Expressions As IList(Of ScalarExpression)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

CoalesceExpression Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom