Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a list of expressions, which must have at least two elements.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Expressions As IList(Of ScalarExpression)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IList<ScalarExpression>
The list of expressions, which must have at least two elements.