ColumnSource.IsCommonTableExpression Property

Gets whether this is a common table expression.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsCommonTableExpression As Boolean
    Get
'Usage
Dim instance As ColumnSource
Dim value As Boolean

value = instance.IsCommonTableExpression
public virtual bool IsCommonTableExpression { get; }
public:
virtual property bool IsCommonTableExpression {
    bool get ();
}
function get IsCommonTableExpression () : boolean
abstract IsCommonTableExpression : bool
override IsCommonTableExpression : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ColumnSource Class

ColumnSource Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace