DatabaseObjectName interface

A representation of the name of an object in a database

Properties

databaseName

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

objectName

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

objectType

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

schemaName

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

Property Details

databaseName

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

databaseName?: string

Property Value

string

objectName

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

objectName?: string

Property Value

string

objectType

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

objectType?: ObjectType

Property Value

schemaName

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

schemaName?: string

Property Value

string