CatalogLocation Enum

Definition

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
CatalogLocation

Fields

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. End and Start are mutually exclusive.

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. Start and End are mutually exclusive.

Applies to

See also