WithCtesAndXmlNamespaces.CommonTableExpressions Property

 

Applies To: SQL Server 2016 Preview

Gets a list of common table expressions.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<CommonTableExpression> CommonTableExpressions { get; }
public:
property IList<CommonTableExpression^>^ CommonTableExpressions {
    IList<CommonTableExpression^>^ get();
}
member CommonTableExpressions : IList<CommonTableExpression> with get
Public ReadOnly Property CommonTableExpressions As IList(Of CommonTableExpression)

Property Value

Type: System.Collections.Generic.IList<CommonTableExpression>

A list of common expressions.

See Also

WithCtesAndXmlNamespaces Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top