Partager via


Énumération LinkedTableType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Enumeration LinkedTableType
'Utilisation
Dim instance As LinkedTableType
public enum LinkedTableType
public enum class LinkedTableType
type LinkedTableType
public enum LinkedTableType

Membres

Nom de membre Description
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.

Notes

The LinkedTableType enumeration class is served by the EnumTables method.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo