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 命名空间