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

成员

成员名称 说明
Default A default data table.
Alias An alias table.
GlobalTemporary A global temporary table in the temp database.
LocalTemporary A local temporary table.
SystemTable A system table.
Table A data table.
View A view.
SystemView A system view.

注释

The LinkedTableType enumeration class is served by the EnumTables method.