Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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)
Syntax
'Declaration
Public Enumeration LinkedTableType
'Usage
Dim instance As LinkedTableType
public enum LinkedTableType
public enum class LinkedTableType
type LinkedTableType
public enum LinkedTableType
Members
| Member name | 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. |
Remarks
The LinkedTableType enumeration class is served by the EnumTables method.