다음을 통해 공유


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 네임스페이스