CatalogLocation 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.
Indicates the position of the catalog name in a qualified table name in a text command.
public enum class CatalogLocation
public enum CatalogLocation
type CatalogLocation =
Public Enum CatalogLocation
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Start | 1 | Indicates that the position of the catalog name occurs before the schema portion of a fully qualified table name in a text command. |
End | 2 | Indicates that the position of the catalog name occurs after the schema portion of a fully qualified table name in a text command. |