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.