LinkedTableType Enumeration

The LinkedTableType enumeration contains values that specify the type of table accessed on a linked server.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Enumeration LinkedTableType
public enum LinkedTableType
public enum class LinkedTableType
public enum LinkedTableType
public enum LinkedTableType

Members

Member name Description
Alias An alias table.
Default A default data table.
GlobalTemporary A global temporary table in the temp database.
LocalTemporary A local temporary table.
SystemTable A system table.
SystemView A system view.
Table A data table.
View A view.

Remarks

The LinkedTableType enumeration class is served by the EnumTables method.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace