共用方式為


TableReferenceWithAliasAndColumns 類別

定義

表示可指定資料行別名的資料表參考。

[System.Serializable]
public abstract class TableReferenceWithAliasAndColumns : Microsoft.SqlServer.TransactSql.ScriptDom.TableReferenceWithAlias
[<System.Serializable>]
type TableReferenceWithAliasAndColumns = class
    inherit TableReferenceWithAlias
Public MustInherit Class TableReferenceWithAliasAndColumns
Inherits TableReferenceWithAlias
繼承
TableReferenceWithAliasAndColumns
衍生
屬性

建構函式

TableReferenceWithAliasAndColumns()

表示可指定資料行別名的資料表參考。

欄位

Uninitialized

要指出和未初始化權杖的常數。

(繼承來源 TSqlFragment)

屬性

Alias

選擇性資料表別名。 可能是 Null。

(繼承來源 TableReferenceWithAlias)
Columns

選擇性的資料行別名可能有零個元素。

FirstTokenIndex

取得或設定權杖的第一個索引。

(繼承來源 TSqlFragment)
ForPath

這個資料表參考是否標示為圖形 FOR PATH。

(繼承來源 TableReferenceWithAlias)
FragmentLength

定義片段在剖析的腳本中佔用的字元數。

(繼承來源 TSqlFragment)
LastTokenIndex

取得或設定權杖的最後一個索引。

(繼承來源 TSqlFragment)
ScriptTokenStream

取得或設定腳本權杖資料流程。

(繼承來源 TSqlFragment)
StartColumn

取得起始資料行。

(繼承來源 TSqlFragment)
StartLine

取得起始行。

(繼承來源 TSqlFragment)
StartOffset

定義剖析腳本中片段開始位置的字元位移。

(繼承來源 TSqlFragment)

方法

Accept(TSqlFragmentVisitor)

接受指定的訪客。

(繼承來源 TSqlFragment)
AcceptChildren(TSqlFragmentVisitor)

接受子系的訪客

適用於