Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of expressions, which must have at least two elements.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Expressions As IList(Of ScalarExpression)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<ScalarExpression>
The list of expressions, which must have at least two elements.