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.

Namespace:   Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

System::Object
  Microsoft.SqlServer.Dac.Model::DisplayServices

public ref class DisplayServices abstract 

NameDescription
System_CAPS_protmethodDisplayServices()

Initializes a new instance of the DisplayServices class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDisplayName(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.

System_CAPS_pubmethodGetElementName(TSqlObject^, ElementNameStyle)

Gets the element name string using different display style.

System_CAPS_pubmethodGetEscapedNameString(String^)

Returns an escaped version of the name string.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: