Поделиться через


Перечисление LinkedTableType

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Enumeration LinkedTableType
'Применение
Dim instance As LinkedTableType
public enum LinkedTableType
public enum class LinkedTableType
type LinkedTableType
public enum LinkedTableType

Элементы

Имя элемента Описание
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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo