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 命名空间