GetLiteralValue Method

Gets a literal value for the qualified identifier. Uses the Name if the qualified name is a Literal otherwise delegates to ToString.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Function GetLiteralValue As String
'Usage
Dim instance As QualifiedIdentifier
Dim returnValue As String

returnValue = instance.GetLiteralValue()
public string GetLiteralValue()
public:
String^ GetLiteralValue()
member GetLiteralValue : unit -> string 
public function GetLiteralValue() : String

Return Value

Type: System..::..String
The qualified identifier in string form

See Also

Reference

QualifiedIdentifier Class

Microsoft.Data.Tools.Model Namespace