SemanticTableReference Properties
SQL Server 2012
The SemanticTableReference type exposes the following members.
| Name | Description | |
|---|---|---|
|
Alias | Gets or sets the alias of the reference. (Inherited from TableReferenceWithAlias.) |
|
Columns | Gets a collection of columns in the table. |
|
FirstTokenIndex | Gets or sets the first token index. (Inherited from TSqlFragment.) |
|
FragmentLength | Gets the fragment length. (Inherited from TSqlFragment.) |
|
LastTokenIndex | Gets or sets the last token index. (Inherited from TSqlFragment.) |
|
MatchedColumn | Gets a collection of matched columns in the table. |
|
MatchedKey | Gets or sets the collection of matched keys in the table. |
|
ScriptTokenStream | Gets or sets a list of token streams. (Inherited from TSqlFragment.) |
|
SemanticFunctionType | Gets the semantic function type. |
|
SourceKey | Gets the source key. |
|
StartColumn | Gets the starting column. (Inherited from TSqlFragment.) |
|
StartLine | Gets the starting line. (Inherited from TSqlFragment.) |
|
StartOffset | Gets the fragment start offset value. (Inherited from TSqlFragment.) |
|
TableName | Gets the name of the table. |
