Share via


LinkedTableType Enumeration

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

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

语法

声明
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.

备注

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Management.Smo Namespace