GetLiteral Method
Gets a literal qualified identifier parsed from the given identifier string
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Shared Function GetLiteral ( _
id As String _
) As QualifiedIdentifier
'Usage
Dim id As String
Dim returnValue As QualifiedIdentifier
returnValue = QualifiedIdentifier.GetLiteral(id)
public static QualifiedIdentifier GetLiteral(
string id
)
public:
static QualifiedIdentifier^ GetLiteral(
String^ id
)
static member GetLiteral :
id:string -> QualifiedIdentifier
public static function GetLiteral(
id : String
) : QualifiedIdentifier
Parameters
- id
Type: System..::..String
The identifier string to parse
Return Value
Type: Microsoft.Data.Tools.Model..::..QualifiedIdentifier
The qualified identifier parsed