DatabaseObjectName interface
A representation of the name of an object in a database
Properties
database |
The unescaped name of the database containing the object NOTE: This property will not be serialized. It can only be populated by the server. |
object |
The unescaped name of the object NOTE: This property will not be serialized. It can only be populated by the server. |
object |
Type of the object in the database. Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function' |
schema |
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