DisplayServices Class
SQL Server 2014
Updated: April 20, 2017
Provides a set of services for providing user-visible values for objects in the public model API.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayServices() | Initializes a new instance of the DisplayServices class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDisplayName(ObjectIdentifier^, EscapeStyle, Boolean) | Gets a display name of an identifier, with the option to configure use of full/short name and whether to escape name parts. |
![]() | GetElementName(TSqlObject^, ElementNameStyle) | Gets the element name string using different display style. |
![]() | GetEscapedNameString(String^) | Returns an escaped version of the name string. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

