共用方式為


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