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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.