LinkedTableType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of tables that can be enumerated on the linked server
public enum LinkedTableType
type LinkedTableType =
Public Enum LinkedTableType
- Inheritance
-
LinkedTableType
Fields
Name | Value | Description |
---|---|---|
Default | 0 | |
Alias | 1 | |
GlobalTemporary | 2 | |
LocalTemporary | 3 | |
SystemTable | 4 | |
Table | 5 | |
View | 6 | |
SystemView | 7 |