Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabaseObjectName

Package version

A representation of the name of an object in a database

Hierarchy

  • DatabaseObjectName

Index

Properties

Optional databaseName

databaseName: undefined | string

The unescaped name of the database containing the object NOTE: This property will not be serialized. It can only be populated by the server.

Optional objectName

objectName: undefined | string

The unescaped name of the object NOTE: This property will not be serialized. It can only be populated by the server.

Optional objectType

objectType: ObjectType

Type of the object in the database. Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function'

Optional schemaName

schemaName: undefined | string

The unescaped name of the schema containing the object NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc