Expand Minimize
This topic has not yet been rated - Rate this topic

LinkedTableType Enumeration

The LinkedTableType enumeration contains values that specify the type of table accessed on a linked server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public enum LinkedTableType
Member nameDescription
DefaultA default data table.
AliasAn alias table.
GlobalTemporaryA global temporary table in the temp database.
LocalTemporaryA local temporary table.
SystemTableA system table.
TableA data table.
ViewA view.
SystemViewA system view.

The LinkedTableType enumeration class is served by the EnumTables method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.