Share via


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.