DisplayServices 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.
Provides a set of services for providing user-visible values for objects in the public model API.
public abstract class DisplayServices
type DisplayServices = class
Public MustInherit Class DisplayServices
- Inheritance
-
DisplayServices
Constructors
DisplayServices() |
Methods
GetDisplayName(ObjectIdentifier, EscapeStyle, Boolean) |
Get display name of an identifier, with the option to configure use of full/short name and whether to escape name parts. |
GetElementName(TSqlObject, ElementNameStyle) |
Get element name string using different display style. |
GetEscapedNameString(String) |
Pass in a short name string, return back an escaped version of the name string. |