DatabaseObjectName Class
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.
A representation of the name of an object in a database
public class DatabaseObjectName
type DatabaseObjectName = class
Public Class DatabaseObjectName
- Inheritance
-
DatabaseObjectName
Constructors
DatabaseObjectName() |
Initializes a new instance of the DatabaseObjectName class. |
DatabaseObjectName(String, String, String, String) |
Initializes a new instance of the DatabaseObjectName class. |
Properties
DatabaseName |
Gets the unescaped name of the database containing the object |
ObjectName |
Gets the unescaped name of the object |
ObjectType |
Gets or sets type of the object in the database Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function' |
SchemaName |
Gets the unescaped name of the schema containing the object |