CreateTableStatement Class

Definition

Represents Create Table statement

[System.Serializable]
public class CreateTableStatement : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
[<System.Serializable>]
type CreateTableStatement = class
    inherit TSqlStatement
Public Class CreateTableStatement
Inherits TSqlStatement
Inheritance
CreateTableStatement
Attributes

Constructors

CreateTableStatement()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

AsEdge

Indicates whether AS EDGE was specified

AsFileTable

Indicates whether AS FILETABLE was specified

AsNode

Indicates whether AS NODE was specified

CtasColumns

The columns for the view. This is optionally supported with CTAS statements.

Definition

The table definition containing columns and constraints.

FederationScheme

The federation scheme for the table. Might be null.

FileStreamOn

Optional specification of the filestream. Can be either Identifier or String literal.

FirstTokenIndex

Gets or sets the first index of the token.

(Inherited from TSqlFragment)
FragmentLength

Defines the number of characters the fragment takes up in the script it was parsed.

(Inherited from TSqlFragment)
LastTokenIndex

Gets or sets the last index of the token.

(Inherited from TSqlFragment)
OnFileGroupOrPartitionScheme

The filegroup or partition scheme. Might be null.

Options

The collection of table options.

SchemaObjectName

The name of the table.

ScriptTokenStream

Gets or sets the script token stream.

(Inherited from TSqlFragment)
SelectStatement

Represents the query part of a CTAS statement.

StartColumn

Gets the start column.

(Inherited from TSqlFragment)
StartLine

Gets the start line.

(Inherited from TSqlFragment)
StartOffset

Defines the character offset of fragments starting location in the script it was parsed.

(Inherited from TSqlFragment)
TextImageOn

The filegroup identifier that comes after textimage_on. Can be either Identifier or String literal

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to