Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a table source that can have an alias.
Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class TableSourceWithAlias _
    Inherits TableSource
'Usage
Dim instance As TableSourceWithAlias
[SerializableAttribute]
public abstract class TableSourceWithAlias : TableSource
[SerializableAttribute]
public ref class TableSourceWithAlias abstract : public TableSource
public abstract class TableSourceWithAlias extends TableSource
Inheritance Hierarchy
System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TableSource
      Microsoft.Data.Schema.ScriptDom.Sql.TableSourceWithAlias
        Microsoft.Data.Schema.ScriptDom.Sql.AdhocTableSource
        Microsoft.Data.Schema.ScriptDom.Sql.BuiltInFunctionTableSource
        Microsoft.Data.Schema.ScriptDom.Sql.FullTextTableSource
        Microsoft.Data.Schema.ScriptDom.Sql.InternalOpenRowset
        Microsoft.Data.Schema.ScriptDom.Sql.OpenQueryTableSource
        Microsoft.Data.Schema.ScriptDom.Sql.OpenRowsetTableSource
        Microsoft.Data.Schema.ScriptDom.Sql.OpenXmlTableSource
        Microsoft.Data.Schema.ScriptDom.Sql.PivotedTableSource
        Microsoft.Data.Schema.ScriptDom.Sql.TableSourceWithAliasAndColumns
        Microsoft.Data.Schema.ScriptDom.Sql.UnpivotedTableSource
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.