This topic has not yet been rated - Rate this topic

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)
public enum LinkedTableType
public enum LinkedTableType
public enum LinkedTableType
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.

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.


Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ